-
Notifications
You must be signed in to change notification settings - Fork 51
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
Extend AWT support (Linux) #908
Labels
enhancement
New feature or request
Comments
This worked for me: |
jperedadnr
added
enhancement
New feature or request
and removed
bug
Something isn't working
labels
Apr 23, 2021
Unable to build my JavaFX application that uses a Swing library (NASA WorldWind). Using Java 17, JavaFX 17, Gluon GraalVM 22.0.0.3 Is there anything I can do, configure/link this during build?
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#905 added AWT libraries, but in headless mode.
awt_xawt
and other libraries are required for java.awt.Desktop or Swing support, in heady mode.Expected Behavior
Current Behavior
Steps to Reproduce
Your Environment
The text was updated successfully, but these errors were encountered: