Something wrong with splats in my previous commit...backing out until I figure this...
[jruby.git] / samples / irb-applet.html
blobd9c203f5e0db30b72a521ca026aebf1bf8de3adb
1 <applet
2 code="org.jruby.JRubyApplet.class"
3 codebase="../lib/"
4 archive="jruby-complete.jar"
5 width="500" height="500">
6 <param name="jruby.banner" value="Welcome to JRuby on the Web!" />
7 <param name="jruby.console" value="true" />
8 <param name="jruby.objectspace" value="true" />
9 <param name="jruby.eval" value="ARGV[0..-1] = %w(-f) ; require 'irb' ; require 'irb/completion' ; Thread.new { IRB.start }" />
10 </applet>