Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Advanced Scripting Environment (EASE) » Support of Scripting After migrating to Java 17
Support of Scripting After migrating to Java 17 [message #1869609] Mon, 19 August 2024 03:48
Palraj Jayaraj is currently offline Palraj JayarajFriend
Messages: 16
Registered: June 2015
Junior Member
Hello,
We are planning to migrate to Java 17. Currently, we are using Nashorn engine as the default scripting engine. JDK is officially moved away Nashorn engine. So, we were trying to find an alternative to the Nashorn engine.

We see that the Nashorn has been moved away to openjdk nashorn https://github.com/openjdk/nashorn. There are very less activities in the Nashorn github repo.

There is also a new Scripting Engine that is being considered is GraalJS, which has very active support. While trying to integrate the GraalJs into the ease framework, the GraalJs libraries needs to be present in the module path, so that it works as expected. But, Whether we can place the GraalJs in the ModulePath in an eclipse environment is another question.

What would be the right approach to have default scripting engine whether to have the openjdk nashorn or integrate GraalJs into the ease framework?
Any pointer would be helpful ?

Thanks,
Pal
Previous Topic:Grouping EASE pop-up scripts when displayed
Next Topic:Issue: python library is not imported when running script as EASE Script
Goto Forum:
  


Current Time: Fri Oct 04 15:23:21 GMT 2024

Powered by FUDForum. Page generated in 0.03909 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top