| Author | DaveJarvis <email> |
|---|---|
| Date | 2021-05-09 17:39:23 GMT-0700 |
| Commit | 825b2532a3ad80c9c9256dfa31a0e67728adb69a |
| Parent | 7fa50d4 |
| Delta | 4 lines added, 2 lines removed, 2-line increase |
| ### Other | ||
| -Download and install a full version of [JDK 15](https://bell-sw.com/pages/downloads/?version=java-15) that includes JavaFX module support, then run: | ||
| +Download and install a full version of [JDK 16](https://bell-sw.com/pages/downloads/?version=java-16) that includes JavaFX module support, then run: | ||
| ``` bash | ||
| -java -jar keenwrite.jar | ||
| +java --illegal-access=permit -jar build/libs/keenwrite.jar 2> /dev/null | ||
| ``` | ||
| + | ||
| +The `--illegal-access=permit` is a temporary option until third-party libraries used by the text editor are updated or replaced. | ||
| ## Features |