To create a jar: * Build the src * $ jar cfm hello.jar manifest.txt -C bin . To run the jar: * java -jar hello.jar
A simple hello world-jruby-jar, utilizing an embedded Sinatra gem