JJS tool

Jim Laskey (Oracle) james.laskey at oracle.com
Wed Oct 8 15:02:39 UTC 2014


You can find details in http://docs.oracle.com/javase/8/docs/technotes/guides/scripting/nashorn

You can add a soft link to the command to simplify access (see http://docs.oracle.com/javase/8/docs/technotes/guides/scripting/nashorn/shell.html ), but otherwise you add $JAVE_HOME/bin to your path or use $JAVE_HOME/bin/jjs .

It compiles on the fly.

Cheers,

-- Jim





On Sep 30, 2014, at 8:08 AM, Mitia Alexandrov <mitiaalexandrov at gmail.com> wrote:

> Hello,
> I'm new here, so sorry for the stupid questions I may post.
> I'm very exited about the Nashorn project and i want to dive deeper in the
> details. As the first thing i want to know is about jjs tool. Actually, I
> couldn't find it in the sources.
> I really want to understand how it works – does it compile on the fly or it
> just interprets?
> 
> Thank you for any info and guidance.
> 
> Best regards,
> 
> Mitia



More information about the nashorn-dev mailing list