wordinator icon indicating copy to clipboard operation
wordinator copied to clipboard

Support Java 9+

Open drmacro opened this issue 4 years ago • 1 comments

Lastest POI versions support Java 9+. Wordinator should too.

drmacro avatar Jan 20 '21 21:01 drmacro

Initial attempts to upgrade to Java 11 did not work--issues around modules or something. Still working to understand what needs to be done.

drmacro avatar Feb 06 '21 14:02 drmacro

Issue appears to be with the all-dependencies jar and log4j multi-version libraries.

Adding "Multi-Release: true" to the Jar manifest did not resolve the issue (assuming I'm doing it correctly).

The code does work when you put all the dependencies in a dir and set the classpath.

For 1.0.4 and 1.1.2 I've set up the release package to reflect this approach.

Would like to make the all-dependencies jar work again.

drmacro avatar Dec 11 '22 18:12 drmacro

Closing this as complete as the code runs under Java 9+, just not the all-dependencies jar.

drmacro avatar Dec 19 '22 00:12 drmacro