You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: