Skip to content
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

Allow GTK3 with JDK8u202+ #291

Closed
oleksandrzakusilo opened this issue Jan 14, 2019 · 0 comments
Closed

Allow GTK3 with JDK8u202+ #291

oleksandrzakusilo opened this issue Jan 14, 2019 · 0 comments
Assignees
Milestone

Comments

@oleksandrzakusilo
Copy link

GTK3 support has been backported to JDK8u202+ https://bugs.openjdk.java.net/browse/JDK-8207322

However the GTK3 check in FXClassLoader.findClass will fail for any JDK8 version.

// On JDK-8 we need to check for GTK3
if( isJDK8() ) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants