Relates :
|
After jline integration with jjs, jdk.nashorn.tools.jjs.Main class in jdk.scripting.nashorn.shell module is used as "main" class for "jjs" tool. But this module is a "tools module" and hence not available in JRE. Before this jjs used jdk.nashorn.tools.Shell class (extension loader class) and hence jjs of JRE worked. For jdk9, we need a solution where jjs of JRE can use older main class and jjs of JDK uses newer jline integrated jjs.
|