JDK7 version:
http://docs.oracle.com/javase/7/docs/technotes/tools/share/jrunscript.html
JDK8 version:
http://download.java.net/jdk8/docs/technotes/tools/windows/jrunscript.html
Please check the link to 'jsdoc' pages of jrunscript global functions and variables. From jdk7 page, it correctly goes to this page:
http://docs.oracle.com/javase/7/docs/technotes/tools/share/jsdocs/allclasses-noframe.html
which explains global functions and variables.
In jdk8 version of jrunscript page, the link is to jsdoc tool page !! (http://code.google.com/p/jsdoc-toolkit/)
which is wrong. We should re-generate (or even just copy jdk7) version of jsdoc pages and have proper link. Since no changes were done to global functions and variables exposed by jrunscript, even copying the jsdoc pages generated for jdk7 would be enough.
http://docs.oracle.com/javase/7/docs/technotes/tools/share/jrunscript.html
JDK8 version:
http://download.java.net/jdk8/docs/technotes/tools/windows/jrunscript.html
Please check the link to 'jsdoc' pages of jrunscript global functions and variables. From jdk7 page, it correctly goes to this page:
http://docs.oracle.com/javase/7/docs/technotes/tools/share/jsdocs/allclasses-noframe.html
which explains global functions and variables.
In jdk8 version of jrunscript page, the link is to jsdoc tool page !! (http://code.google.com/p/jsdoc-toolkit/)
which is wrong. We should re-generate (or even just copy jdk7) version of jsdoc pages and have proper link. Since no changes were done to global functions and variables exposed by jrunscript, even copying the jsdoc pages generated for jdk7 would be enough.