|
|
|
also need to change the line in project.properties:
jnlp.codebase.url=file:/home/hughw/NetBeansProjects/JavaApplication1/dist There are plenty of cases when unprotected system property access is performed throughout the code, and some other problems that prevent runnnig JRuby in unsigned WebStart app (attempts to access files, attempts to create class loaders).
The proposed patch fixes all of these, and I'm now able to run simple JRuby scripts from within unsigned WebStart, woohooo! |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
file.reference.jruby-complete.jar=../../env/jruby/jruby/lib/jruby-complete.jar
which is specific to my enviro. Could be other changes needed too.
To repro bug:
ant jws-run
You will get exception I described. (I am running against jre 6 on ubuntu)