jruby-launcher icon indicating copy to clipboard operation
jruby-launcher copied to clipboard

JRuby's native launcher executable

Results 19 jruby-launcher issues
Sort by recently updated
recently updated
newest added

We need to do this in the native launchers as well, but I'm not sure if we _need_ to do it in jruby-launcher if we do it in mjruby. This...

(From jruby/jruby#3610 by @rob99) > C:\scripts>set JRUBY_HOME=c:\downloads\jruby-9.0.4.0\ > C:\scripts>jruby -v > Usage: java [-options] class [args...](to execute a class) > or java [-options] -jar jarfile [args...](to execute a jar file)...

This assumes `jruby` is located in `$JRUBY_HOME`, and if it is, it `exec`'s jruby.sh. This is mainly to support shebangs with jruby as the target on non-Linux systems. Fixes #47,...

It has been many years since the native launcher had the same feature set as the shell script. A handful of things that are missing: * The --environment flag which...

https://github.com/jruby/jruby/wiki/JRuby-Java-Options-Files I tried .jruby.java_opts file but it did not work. After I replaced jruby file in ~/.rvm/rubies/jruby-9.4.12.0/bin with jruby.sh file from the same directory, it started to work.

/c/jruby-10.0.2.0/bin/jruby -J-Xss1g -J-Xmx19g ../jruby/net/coderextreme/data/JinLOA4_1.rb WARNING: A restricted method in java.lang.System has been called WARNING: java.lang.System::load has been called by com.kenai.jffi.internal.StubLoader in module org.jruby.dist (file:/C:/jruby-10.0.2.0/lib/jruby.jar) WARNING: Use --enable-native-access=org.jruby.dist to avoid a...

**Environment Information** * JRuby 9.3.15, 9.4.12.1, 10.0.1.0 on - all versions exhibited same behaviors * Ruby tests on Ruby 2.6.10 * Win11Pro 26100.4652 **Code:** bugtest.rb containing only these two lines:...

The Windows executable fails to build on CI. It appears to have some naming conflict: ``` utilsfuncswin.cpp:55:9: warning: 'KEY_WOW64_64KEY' redefined 55 | #define KEY_WOW64_64KEY 0x0100 | ^~~~~~~~~~~~~~~ In file included...

### Description I've observed that `jruby-launcher` 2.0.1 is causing installations of JRuby 9.3.x.x to be limited to 500 MB of heap. This cannot be overridden with `JAVA_OPTS` or `JRUBY_OPTS`. Attempting...