-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Error while compiling #690
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
Comments
@marcust what is your Java version? |
@cstancu ok, I was using OpenJDK 10 to build down to 8 Bytecode, that might not have been the best idea. But now that I switched to OpenJDK 8 (I'm on Ubuntu, so I used To answer your question:
I just realised that GraalVM is also a complete JDK, but even when I set my path fully to the GraalVM installation and build the jar with that I see the same error. |
Thanks for double-checking your Java version. I was able to reproduce this and at first look it seems to be an issue in our substitution mechanism. |
I've hit the same issue when trying to use |
@marcust the reported issue is fixed in adced00. It didn't make the cut for rc7 so it will be available in rc8 or you can build from source. |
I'm trying to compile a example real life application with GraalVM, but I'm getting
I've no idea where to go from here.
Reproducible via https://github.com/marcust/jzenith/tree/experimental/graalvm
any of the
jzenith-example
fat jars, eg:The text was updated successfully, but these errors were encountered: