Hello ARIS Community,
If I use the JavaImporter in the previous ARIS version 7.1, I had to place the jar file in the \server\lib directory. Is it any different in version 9.8? I ask because running the Report I created in 7.1 on 9.8 gives an error. It seems like it does not know about the JAR file being imported.
var imp = JavaImporter(Packages.iamwebserviceconsumer);
......
var result = imp.IAMWebserviceConsumer.searchByUID(sUID);
The error is as follows:
TypeError: Cannot call method "searchByUID" of undefined
So it does not appear to know about the imported package. Any ideas?
Thanks,
Allen
Almog Alfassi on
Hey Allen,
You should place the .jar file in the \server\jre\lib\ext directory and restart the service,
Regards,
Almog.