Hi,
My question is:
How can I use the import-keyword in the JavaSnippetNode?
Knime returns "illegal start of expression".
Many thanks for your help,
Schlirgg
Hi,
My question is:
How can I use the import-keyword in the JavaSnippetNode?
Knime returns "illegal start of expression".
Many thanks for your help,
Schlirgg
Hi Schlirgg,
Mmm, not sure why one would use the graphics package in the Java Snippet node, but here is a snippet of code that compiles and works:
java.awt.Point point = new java.awt.Point(4, 5);
return point.x + point.y;
Regards, Thomas
Thanks for your answer.
Regards,
Schlirgg