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

suddenly fails with Java 8 #86

Closed
esaulpaugh opened this issue Feb 22, 2024 · 2 comments
Closed

suddenly fails with Java 8 #86

esaulpaugh opened this issue Feb 22, 2024 · 2 comments
Assignees

Comments

@esaulpaugh
Copy link

Probably because --version is not supported on Java 8. It should be -version

Successfully set up 'graalvm-ce-java8-21.2.0'
/opt/hostedtoolcache/graalvm-ce-java8-linux/21.2.0/x64/graalvm-ce-java8-21.2.0/bin/java --version
Unrecognized option: --version
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Error: The process '/opt/hostedtoolcache/graalvm-ce-java8-linux/21.2.0/x64/graalvm-ce-java8-21.2.0/bin/java' failed with exit code 1

@fniephaus
Copy link
Member

Thanks for the report, @esaulpaugh. We'll get this fixed asap.

fniephaus added a commit that referenced this issue Feb 23, 2024
@fniephaus fniephaus self-assigned this Feb 23, 2024
fniephaus added a commit that referenced this issue Feb 23, 2024
@fniephaus
Copy link
Member

This should be fixed now. Please restart your builds :)

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

2 participants