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

Problems with Linux / JavaFX #144

Open
EG-Julien opened this issue Jun 2, 2023 · 0 comments
Open

Problems with Linux / JavaFX #144

EG-Julien opened this issue Jun 2, 2023 · 0 comments

Comments

@EG-Julien
Copy link

Hello,
This is not really an issue but I'm wondering how to properly install Java SDK 17 with JavaFX 17 on Ubuntu 22.04 ?

I tried several things but I always get this error after running ant deploy_linux_17 :

deploy_linux_17:
     [echo] Deploy JDk17 Version
     [exec] Error: Module javafx.controls not found
     [exec] java.lang.module.FindException: Module javafx.controls not found
     [exec] 	at java.base/java.lang.module.Resolver.findFail(Resolver.java:892)
     [exec] 	at java.base/java.lang.module.Resolver.resolve(Resolver.java:129)
     [exec] 	at java.base/java.lang.module.Configuration.resolve(Configuration.java:420)
     [exec] 	at java.base/java.lang.module.Configuration.resolve(Configuration.java:254)
     [exec] 	at jdk.jlink/jdk.tools.jlink.internal.Jlink$JlinkConfiguration.resolve(Jlink.java:217)
     [exec] 	at jdk.jlink/jdk.tools.jlink.internal.JlinkTask.createImageProvider(JlinkTask.java:536)
     [exec] 	at jdk.jlink/jdk.tools.jlink.internal.JlinkTask.createImage(JlinkTask.java:424)
     [exec] 	at jdk.jlink/jdk.tools.jlink.internal.JlinkTask.run(JlinkTask.java:276)
     [exec] 	at jdk.jlink/jdk.tools.jlink.internal.Main.run(Main.java:56)
     [exec] 	at jdk.jlink/jdk.tools.jlink.internal.Main.main(Main.java:34)
     [exec] Specified runtime image directory runtime-image: ./target/custom_jre does not exist
     [exec] Result: 1
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

1 participant