hi, all,
I am trying to port a java sketch to android mode. This sketch makes use of calling a javascript engine. When I compile it I get (among others) this error mesage:
import javax.script.*;
^^^^^^^^^^^^
The import javax.script cannot be resolved
Is there a way to get this working?
Thanks in advance,
Michael.