In beanshell script executed from java code:
How can I parse (only check syntaxis) a beanshell script without evaluate it?
There is a page in manual about it but I don't understand how to make a method to only parse a string with script: http://www.beanshell.org/manual/parser.html
Thanks in advance