[Bug 3263] Cannot retrieve JavaScript Engine using ScriptEngineManager.getEngineByName
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Fri Dec 16 11:38:17 UTC 2016
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3263
--- Comment #5 from JiriVanek <jvanek at redhat.com> ---
You forget to mention I need to to switch to expert mode.... Anyway it is
really fixed for ITW now. Will push asap, an d I hope for release in
january/february
One important nit, as it is implemented now, it is not going to work in JDK9
FOllowing patch will be neded to JOSM:
- private static final ScriptEngine engine1 = new
ScriptEngineManager().getEngineByName("JavaScript");
+ private static final ScriptEngine engine3 = new
ScriptEngineManager(null).getEngineByName("JavaScript");
(see the null in constructor) The thread context classlaoder is now restricted
in jdk9.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20161216/5353d28f/attachment-0001.html>
More information about the distro-pkg-dev
mailing list