-
Notifications
You must be signed in to change notification settings - Fork 39
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
Link failure with GraalVM 21.1.0 for Java 16 #314
Comments
Same here. |
I am build on Windows with same GraalVM and Java version, and have same error:
This solve my problem: 1.Copy link command on error log |
I experienced the same issue today on MacOS 10.15.7 graalvm-ce-java16-21.2.0 using both gluonfx-maven-plugin 1.0.4 and 1.0.5-SNAPSHOT built from 9ff71e7 |
Same with GraalVM CE Java 17 21.3.0, JavaFX 17.0.0.1, and GluonFX Maven Plugin 1.0.7: |
It works with the Java 11 version. |
Yes, I can confirm that. But I thought this issue is specifically about Java 16+? |
sunec library has been removed from JDK 16+. The plugin (1.0.10) already checks if you are running on JDK 11 (keeps the library) or greater (removes the library). |
@jperedadnr thank you for the update, I can confirm that it works with 1.0.10 – at least on macOS and Windows. On Linux, I still get Side note: 1.0.1 is still the latest release on GitHub, which might be confusing to some users. |
There was a small issue with sunec on Linux, it has been fixed with 1.0.11-SNAPSHOT
Yes, releases are done via Github actions, and they don't show as releases, but Maven badge shows 1.0.10 |
I tested building my application with the client-maven-plugin on a Mac with the new GraalVM 21.1.0 for Java 16. It failed at the end with a link error.
The exact same setup worked without problem with the same GraalVM version for Java 11. I used client-maven-plugin version 0.1.39, JavaFX 17-ea+7. The configuration was all created by running the agent.
The text was updated successfully, but these errors were encountered: