-
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
unsupported Java version: 11 #78
Comments
stay tuned |
Hi, I solved it by changing java version to 8th. |
Thanks. |
Hello everyone! I still have the same issue with java 11. The compatibility issue still persists on my side I am using Ubuntu 20.04. |
How can switch the JVM version to Java 8. I'm using MAC OS Big SUR. Running Jenkins without Docker and just starting with these tools. Please help. @yuanzhiying @zhumabek |
This is the manual solution I think I found. (may not, but this is works to me) Jenkins version - 2.277.1 First, enter this into the terminal
(2.x.x is 2.277.1 for me.) Then you will see this.
change here like this
Then restart brew services |
has ** ? |
@chunta |
I have solved this problem refer to @JunGeunHong1129
|
Jenkins version - 2.164.2
Gitlab-Hook Plugin version - 1.4.2
Ruby-Runtime version 0.13
Trying to install gitlab-hook plugin in jenkins,
while installing ruby-runtime it throws error
java.lang.RuntimeException: unsupported Java version: 11 at org.jruby.RubyInstanceConfig.initGlobalJavaVersion(RubyInstanceConfig.java:1674) at org.jruby.RubyInstanceConfig.<clinit>(RubyInstanceConfig.java:1387) Caused: java.lang.ExceptionInInitializerError at org.jruby.embed.internal.AbstractLocalContextProvider.<init>(AbstractLocalContextProvider.java:42)
Tried installing Ruby-runtime plugin too but same error.
Please look into it.
Thanks
The text was updated successfully, but these errors were encountered: