Thanks Kevin,
jdeps was picking up an out of date java version. Sorry for the noise.
netscape.javascript.JSObect is public API in JDK 9. It's in the
jdk.jsobject module. See:
https://docs.oracle.com/javase/9/docs/api/netscape/javascript/JSObject.html
-- Kevin
Michael Ennen wrote:
Hello,
I am in the process of exploring migration to Java FX 9 for my project. I
know that it
Hello,
I am in the process of exploring migration to Java FX 9 for my project. I
know that it is okay to use private APIs in the short term using
command-line flags but I think going forward that
netscape.javascript.JSObject would make for a good inclusion in the public
API. This is a very useful