Scripting for JAVA - a problem to solve
- by Parhs
Hello.. I had no luck to find a good way to achieve the following:
suppose i let the user to write a condition using javascript
INS5 || ASTO.valueBetween(10,210) ... etc....
I tried to find a way to get the variables name...from JAVA...
Rhino library didnt help a lot...
However i found that handling exceptions i could get all the identifiers!…