We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
headius
Learn more about funding links in repositories.
Report abuse
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
https://github.com/jruby/jruby/blob/master/core/src/main/java/org/jruby/RubyInstanceConfig.java#L1867
falls back to java 1.5 mode for jdk9
The text was updated successfully, but these errors were encountered:
yes cause its 9.0 now, right?
Sorry, something went wrong.
the output is
unsupported Java version "9", defaulting to 1.5
so with jdk9 (both oracle and openjdk) it is 9 and not 1.9
97330e0
mkristian
No branches or pull requests
https://github.com/jruby/jruby/blob/master/core/src/main/java/org/jruby/RubyInstanceConfig.java#L1867
falls back to java 1.5 mode for jdk9
The text was updated successfully, but these errors were encountered: