Tagged Questions
2
votes
1answer
140 views
Import a class in Scripting java (javax.script)
I want to import a class that I made in my project, into my script
I did this but it doesn't work:
function doFunction(){
//Objectif Mensuel
importPackage(java.lang);
...