I am using jep for evaluating expressions but getting following exception
15:01:00,819 ERROR [stderr] (http--0.0.0.0-8443-3) com.singularsys.jep.ParseException: Trial version limitation: Number of parse calls exceeded
15:01:00,819 ERROR [stderr] (http--0.0.0.0-8443-3) at com.singularsys.jep.Jep.parse(Unknown Source)
15:01:00,819 ERROR [stderr] (http--0.0.0.0-8443-3) at com.singularsys.jep.Jep.parse(Unknown Source)
from above it is clear that the number of parse calls are exceeding than the allowed limit.
For now i have 28 expressions.
Does any one have idea of what is the maximum number of parse calls does jep allows in trial version.
Any help or pointers would be much appreciated.
From the Homepage of Jep: