-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Mac] Error when launching with Java 9 or 10 #38
Comments
(refs liamsharp/universalJavaApplicationStubDemo#2) The apple specific event handlers do not work with Java 9 anymore because Java 9 deprecated/removed the classes from package
People came up with workarounds, like Reflection: |
as long as we can't fix the Java 9 issue
The Mac launcher script can work with Java 9, the Windows launcher not yet. However: Launch4j 3.12 was released with support for Java 9 and 10: http://launch4j.sourceforge.net/changelog.html Waiting for an update of the maven launch4j plugin orphan-oss/launch4j-maven-plugin#75 and then we can try again. |
Windows launcher supports Java 9 and 10 now, works as expected. |
Matches Java Versions 1.7, 1.8, 9, 10, 11, … refs #38
Matches Java Versions 1.7, 1.8, 9, 10, 11, … refs #38
Java 9-ea seems to have problems with JNI methods:
Tested with new
universalJavaApplicationStub
with Java 9 support (tofi86/universalJavaApplicationStub#43).However,
com/apple/eawt/QuitHandler
class is part of the EPUB-Checker-JAR...The text was updated successfully, but these errors were encountered: