How can I write Java code that runs as javascript code used with the eval function?
What I would like to achieve would be something like this:
System.execute ("String str = \" test \ "; System.out.println (str);");
which prints the word test. (10x dehman)
Sample code will help a lot.
Ben jobs
source share