Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

Clarify run parameters

AuthorDaveJarvis <email>
Date2021-05-09 17:39:23 GMT-0700
Commit825b2532a3ad80c9c9256dfa31a0e67728adb69a
Parent7fa50d4
Delta4 lines added, 2 lines removed, 2-line increase
README.md
### 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