Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ccavanaugh committed Aug 12, 2018
1 parent 0fe09b7 commit 5b21f8c
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 107 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ end try

Save it as an Application called `jGnash.app` in `/Applications/jGnash`

=== Java 9 Requirements
jGnash is designed to operate with Java 8 but will operate correctly under Java 9 with some tweaks.
=== Java 9 and 10 Requirements
jGnash is designed to operate with Java 8 but will work correctly under Java 9 and 10 with some tweaks.

An additional command line option `--add-modules java.xml.bind` is required if you want to operate under Java 9.
An additional command line option `--add-modules java.xml.bind` is required if you want to operate under Java 9 and 10.

An illegal reflective access Warning may be displayed on the console similar to the following. It can be ignored and
should improve at a later date as the Java Ecosystem migrates to Java 9.
Expand Down
Loading

0 comments on commit 5b21f8c

Please sign in to comment.