Dave Jarvis' Repositories

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

Updated run instructions for JDK 16

Author DaveJarvis <email>
Date 2021-05-03 19:14:10 GMT-0700
Commit 5e4e21c158a3aaedf411446c2223860c4c5caa33
Parent 26ad70e
BUILD.md
The project is imported into the IDE.
+### Configure
+
+Configure the IDE to run the application as follows:
+
+1. Click **Run → Edit Configurations**.
+1. Click **+** to add a new configuration.
+1. Set **Name** to: KeenWrite
+1. Click **Modify Options → Add VM options**.
+1. Set **VM options** field to: `--illegal-access=permit`
+1. Click **OK** close the dialog.
+
+The changes should resemble:
+
+![Run Configuration](docs/images/app-title.png)
+
### Run
docs/images/app-ide.png
Binary files differ
src/main/java/com/keenwrite/MainApp.java
*/
public static void main( final String[] args ) {
- //disableLogging();
+ disableLogging();
launch( args );
}
Delta 16 lines added, 1 line removed, 15-line increase