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

Incompatible with Java 9 #1135

Closed
chrisseaton opened this issue Oct 1, 2017 · 3 comments
Closed

Incompatible with Java 9 #1135

chrisseaton opened this issue Oct 1, 2017 · 3 comments

Comments

@chrisseaton
Copy link
Contributor

Java 9's version is 9 - just 9, not 1.9 - but ruby-build checks for 1.[789], so it thinks Java 9 is incompatible.

if [[ $version != *1.[789]* ]]; then

@Centaur
Copy link

Centaur commented Oct 7, 2017

And this caused the "ERROR: Java 7 required. Please install a 1.7-compatible JRE." error.

@ratneshnavlakhe
Copy link

how do we resolve this issue!!

@hsbt
Copy link
Member

hsbt commented Nov 15, 2017

Patches welcome.

mislav added a commit that referenced this issue Nov 2, 2019
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

4 participants