| Author | DaveJarvis <email> |
|---|---|
| Date | 2021-05-03 19:14:10 GMT-0700 |
| Commit | 5e4e21c158a3aaedf411446c2223860c4c5caa33 |
| Parent | 26ad70e |
| 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 | ||
| */ | ||
| public static void main( final String[] args ) { | ||
| - //disableLogging(); | ||
| + disableLogging(); | ||
| launch( args ); | ||
| } |
| Delta | 16 lines added, 1 line removed, 15-line increase |
|---|