We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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() ) {
The text was updated successfully, but these errors were encountered:
Issue 291 - Allow GTK3 with JDK8u202+
38f626e
fixes #291
tomsontom
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: