Hi,
loading of the base environment (including loadModule() methods and some more) happens through execution of following line of code in Rhino:
new Packages.org.eclipse.ease.modules.EnvironmentModule().bootstrap();
I guess you will get some error when trying to execute it.
Without more info I am bound to guessing:
· Are you using eclipse 2021-03 as basis? EASE does not support that target platform due to a major bug in classloading
· EASE requires Java 11 since some time. You will still see some UI components loaded with Java <11, but most things stopped working
The stacktraces posted on stackoverflow are not related to the core scripting functionality. They indicate that some popup help could not be displayed in the Modules Explorer view.
HTH
Christian
Caution: This e-mail originated outside Infineon Technologies. Do not click on links or open attachments unless you validate it is safe. |
Good morning team.
We are using Eclipse ease in a Eclipse Plugin application, and it was working well. However after updating from 0.6 to 0.8 We are having a LoadModule is not defined error.
Has anyone had a similar error? What do you think could be wrong?
Any help would be appreciated.