You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Martin Prout edited this page Oct 25, 2015
·
15 revisions
/*** k9.bsh by monkstone 25 October 2015* A jedit bean shell macro, to load environment, and call* k9 commando menu** You must edit JAVA_HOME/GEM_HOME/GEM_PATH to match your system**/setenv("JAVA_HOME", "/opt/jdk1.8.0_66");
setenv("GEM_HOME", "/home/tux/.gem/ruby/2.2.0");
setenv("GEM_PATH", "/home/tux/.gem/ruby/2.2.0");
setenv("JRUBY_HOME", "/opt/jruby-9.0.3.0");
newconsole.commando.CommandoDialog(view,"commando.k9");