-
-
Notifications
You must be signed in to change notification settings - Fork 144
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
Java 9 incompatibilities on macOS #121
Comments
I haven't gotten around to testing Java 9 yet. :( I'll look into it, but it may be a week or two, as I'm churning and burning on a libjpeg-turbo release right now. You said com.apple.eawt isn't accessible by default. Is there a way to enable access to it? |
Thanks for the quick reply @dcommander . It might be worth adding a note to the documentation that Java 9 isn't yet supported. According to https://docs.oracle.com/javase/9/migrate/toc.htm#JSMIG-GUID-97C1D0BB-D5D3-4CAD-B17D-03A87A0AAF3B,
|
I believe this is finally fixed in the latest PR build for 2.1.x: |
NOTE: If anyone reading this knows how to do the equivalent of |
Is TurboVNC 2.1 supposed to be Java 9 compatible? I was unable to find a definitive answer in the documentation, but I know from #59 and the latest roadmap that Java 9 considerations are involved in the planning of 2.2.
I encountered issues on macOS 10.13.3 High Sierra after upgrading from JDK 1.8.0_162 whereby the .app container would refused to open or crash when trying to establish a connection. I don't know Java, but running the JAR from the console revealed the use of
com.apple.eawt
APIs which are not accessible by default in JDK 9The text was updated successfully, but these errors were encountered: