-
-
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
Windows: jruby appear to pass unknown java option when JRUBY_HOME is set #3610
Comments
Looks like it's passing the -v to the JVM rather than passing it into JRuby's argument processing. |
I was able to reproduce this with our Windows installer:
And it does appear to be the executable, rather than the batch file. I guess it's simply a bug in the Windows native launcher. |
@headius try removing the last backslash. I think we have run into this one before... |
@enebo Ah, that does work. Do you know why having a trailing slash fails? It's very unexpected. |
I've moved this issue to jruby-launcher and explained the basic problem and workaround at jruby/jruby-launcher#10. |
snip...
The text was updated successfully, but these errors were encountered: