I'm not asking what the alternatives are. But, what's the "official" line on what to do about Java Nashorn deprecation now (December 2019). Are you supposed to just wait. Is graalvm to become part of the JDK or are the parts of it that are needed for Javascript support going to be part of the JDK or what? Am I going to need to pay for graalvm enterprise (just to have Javascript like I had before through Nashorn in a closed source application) is that where Oracle is taking this?
Asked
Active
Viewed 1,170 times
6
-
1This sounds like a question better suited to a mailing list. – Deadron Dec 10 '19 at 22:21
-
It sounds like it but it isn't. – Del Berry delberry Dec 10 '19 at 22:37
-
Why would you have to pay for GraalVM EE to have JS in a closed source application? GraalVM CE is a thing... – BoriS Dec 11 '19 at 09:22
-
Yes, it's under GPL with classpath exception but you currently can't just get the needed jar files from the distribution. Some of it is packaged in modules now with which I suppose you can generate a 'custom' jre with jlink. Is that covered by classpath exception? Also there seems to be a lot of bits and pieces with their own license that are used by graal. – Del Berry delberry Dec 11 '19 at 11:56
-
1Are there any JavaScript library which is compatible `javax.script.ScriptEngineManager`? – Horcrux7 May 01 '20 at 10:05
-
See https://stackoverflow.com/questions/65265629 for one answer – Stephen C Dec 13 '20 at 04:10