How can I start coding with Oracle's Nashorn JS Engine and when will it replace Rhino in the OpenJDK?

后端 未结 4 1686
既然无缘
既然无缘 2020-12-30 02:00

I\'m looking for a way to start playing around with Oracle\'s new Nashorn JavaScript Engine. I\'ve DL\'d the latest OpenJDK 8 (b65) and it appears that Rhino is still the on

4条回答
  •  旧时难觅i
    2020-12-30 02:54

    I've been looking at how to use it recently and I currently think the only way you can start using it is if you build the OpenJDK from source as it isn't in the current version from the 7th of February.

    I assume it will be in the developer preview version released later this week though (21/02/2013).

    Source: http://openjdk.java.net/projects/jdk8/

提交回复
热议问题