public class JarBootstrapMain extends Object
~/projects/jruby $ cp lib/jruby.jar myapp.jar ~/projects/jruby $ cat jar-bootstrap.rb puts "hello" ~/projects/jruby $ jar ufe myapp.jar org.jruby.JarBootstrapMain jar-bootstrap.rb ~/projects/jruby $ java -jar myapp.jar hello
| Modifier and Type | Field and Description | 
|---|---|
| static String | JAR_BOOTSTRAP | 
| Constructor and Description | 
|---|
| JarBootstrapMain() | 
public static final String JAR_BOOTSTRAP
public static void main(String[] args)
Copyright © 2001-2015 JRuby. All Rights Reserved.