I found that Java 6 includes Rhino JS (with the exception of one or two minor parts), like javax.script. Pretty cool!
Is there a binary installed in Java 6 (JRE or JDK) that I can just point to the .js file to run? (I think it would be great to provide source code for reading and running others, without compilation, and require only Java to be installed). Or do I need to create a small 8-line program in documents?
source
share