-
Notifications
You must be signed in to change notification settings - Fork 81
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
Can't build JRuby with J9 #79
Comments
I can reproduce it, will look into it . . . . |
@mkristian How did you setup j9? I downloaded an early access release from here: https://jdk9.java.net/download/ Maybe I missed a step? |
@zzak thanx for the link. I did use an early access version from the oracle.com website. I can reproduce it without ruby-build by just using jdk9 on the github build (both master or jruby-1_7 branch)
the "unsupported Java version" comes from version check in RubyInstanceConfig.java jruby/jruby#3563 |
|
My good friend @headius pointed me to report this issue here, so here we are.
I'm having issues building JRuby, both 1.7 and 9.0.4.0 using the latest j9 pre-release binary.
Here's the output I'm getting when trying to use ruby-build to install the latest JRuby 9000:
Also, interesting that it says
unsupported Java version "9"
..Here's the log from the JRuby 1.7 build (which is missing the unsupported Java version bit):
The text was updated successfully, but these errors were encountered: