| Script-Module causes Runtime error [message #756029] |
Thu, 10 November 2011 09:17  |
fantasia1993 Messages: 6 Registered: November 2011 |
Junior Member |
|
|
Hello,
i used a very simple Script-module, where i execute a method from given Classfile:
var result = new java.lang.String;
com.test.app.Test test = new com.test.app.Test();
result = test.sayHello();
During runtime i get following error:
org.mozilla.javascript.EvaluatorException: missing ; before statement (<script>#4)
I attached the detailed logging of the Runtime-error and the according canvas-file.
Thanks in advance for hints and comments!
Wolfgang
|
|
|
|
Powered by
FUDForum. Page generated in 0.06637 seconds