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
On Raspbian Buster OpenJDK 11 is installed by default. Even after installing Open JDK 8 the message :
WARNING: Error java.lang.RuntimeException:java.lang.UnsatisfiedLinkError: com.sun.glass.ui.gtk.GtkApplication._isDisplayValid()Z
appears in the log.
https://stackoverflow.com/questions/53744923/java-lang-unsatisfiedlinkerror-com-sun-glass-ui-gtk-gtkapplication-isdisplayva discusses this issue.
A workaround is to uninstall libopenfjx-jni
sudo apt-get remove libopenjfx-jni
Still the display is not showing correctly
The text was updated successfully, but these errors were encountered:
WolfgangFahl
No branches or pull requests
On Raspbian Buster OpenJDK 11 is installed by default.
Even after installing Open JDK 8
the message :
WARNING: Error java.lang.RuntimeException:java.lang.UnsatisfiedLinkError: com.sun.glass.ui.gtk.GtkApplication._isDisplayValid()Z
appears in the log.
https://stackoverflow.com/questions/53744923/java-lang-unsatisfiedlinkerror-com-sun-glass-ui-gtk-gtkapplication-isdisplayva discusses this issue.
A workaround is to uninstall libopenfjx-jni
sudo apt-get remove libopenjfx-jni
Still the display is not showing correctly
The text was updated successfully, but these errors were encountered: