Closed drmacro closed 1 year ago
Initial attempts to upgrade to Java 11 did not work--issues around modules or something. Still working to understand what needs to be done.
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.
Closing this as complete as the code runs under Java 9+, just not the all-dependencies jar.
Lastest POI versions support Java 9+. Wordinator should too.