edwardkort / WWIDesigner

Wood Wind Instrument Designer
43 stars 8 forks source link

Provide support for java version 9 and above #88

Open edwardkort opened 5 years ago

edwardkort commented 5 years ago

There are a few deprecated constructs in java versions 9 and above. Also, with the introduced module system, and disallowed access to library internal apis, command line invocation is necessary for the JideSoft libraries to work.

edwardkort commented 5 years ago

Will be included in release v2.3.1.

edwardkort commented 5 years ago

JAXB is not compatible with java 9+ until version 2.3.1. This will be the version packaged with the next release. Because of the library change, the next WIDesigner release will be 2.4.0, not 2.3.1.