-
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
Couldn't determine GraalVM version #1232
Comments
I am also facing the same issue. |
I am find a possible cause is that the regular expression in the fileInternalProjectConfiguration.java was unable to match the new release:
|
@Anivie Yes, the regex does not seem to match the latest version. |
Can I ask a question... Anytime I attempt anything other than Gluon's GraalVM build, I get various errors. I always give up in the end. I find substrate would need updates, etc, or there's some other obscure error. How are you guys getting later GraalVM builds working (apart from 21, which I know is causing you issues)...? |
@credmond I have used some configuration in pom.xml file for my Drifty project (A JavaFX app). |
Let me know if you want to know anything else. |
Thanks. I think what you're doing with missing_symbols.c is key! But you're also setting a lot of other arguments, I will figure out what they're doing and apply to my own... Thank you, this is a good resource! |
@credmond Yes, the C file solved some unknown missing method/class failures for windows build, in my case. |
As a workaround you can use GraalVM 21.0.1 which was released 2 weeks ago and doesn't trigger the version issue. substrate/src/main/java/com/gluonhq/substrate/target/AbstractTargetConfiguration.java Lines 77 to 78 in 992e31e
|
I've added a PR to fix the aforementioned additional issues with the HomeFinderFeature, and some additional linker issues on Windows: #1236 |
I just made a try with graalvm 21. I did not work
java -version
Same problem: gluonhq/gluonfx-maven-plugin#489
The text was updated successfully, but these errors were encountered: