public class JarBootstrapMain
extends java.lang.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 java.lang.String |
JAR_BOOTSTRAP |
Constructor and Description |
---|
JarBootstrapMain() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
public static final java.lang.String JAR_BOOTSTRAP
Copyright © 2001-2018 JRuby. All Rights Reserved.