blob: 9984be4ce32f0226fb9223fde2ee618d7aceff0c [file] [log] [blame]
Jim Laskey98762d62012-12-21 16:36:24 -04001The Nashorn repo is in the process of being migrated to OpenJDK and as such is
2incomplete in several areas.
3
4- The build system is not fully integrated. When complete, Nashorn will be
5installed in its proper location in the JRE.
6
7- Once integrated, the correct version of the JDK will be wrapped around
8Nashorn. In the meantime, ensure you use JDK8 b68 or later.
9
10- The jjs tool has not been implemented in binary form yet. Use "sh bin/jjs"
11(or bin/jjs.bat on windows) in the interm.
12
13- The Dynalink component is not fully integrated into Nashorn as yet, but will
14be when details are finalized.
15
16- And, finally Nashorn is still in development. To stay up to date, subscribe
17to nashorn-dev@openjdk.java.net at
18
19 http://mail.openjdk.java.net/mailman/listinfo/nashorn-dev.
20