-
-
Notifications
You must be signed in to change notification settings - Fork 925
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
jruby-jars 9.1.15.0 cannot start jirb on win7/jdk8_60 [java.lang.NoClassDefFoundError] #4888
Comments
Grr - seems to be a windows only problem :( |
Confirmed. When I tested this release I did not try this from the command-line. For a workaround if you use the windows installer you can use our program group irb from the start menu. It works fine but it does not use readline directly :| |
I suspect this is reflectively-loaded Windows logic in jline that's not picking up the relocated package. |
I can confirm that this happens to me as well in irb and in a rails console. |
I believe this is the same issue as #4889. @mkristian |
@headius no idea why this fails on windows. but when we rollback the readline gem version then this is also fixed. |
OS: win 7 enterprise
java version: 8.60
jruby version:
jruby 9.1.15.0 (2.3.3) 2017-12-07 929fde8 Java HotSpot(TM) 64-Bit Server VM 25.60-b23 on 1.8.0_60-b27 +jit [mswin32-x86_64]
Inside a folder containing jruby-core-9.1.15.0-complete.jar + jruby-stdlib-9.1.15.0.jar, I get java.lang.NoClassDefFoundError when trying to start jirb from the command line.
$ java -cp "*" org.jruby.Main -S jirb
The text was updated successfully, but these errors were encountered: