I am getting following exception while running my Java application :
com.japisoft.formula.node.EvaluateException: Wrong operand for the binary operator /
Actually this is a legacy project of my organization and we use japisoft libraries
. Few days back I was able to run the project but now facing this issue and www.japisoft.com
is not accessible.
I have checked all Operands used for the evaluation and those have correct values.
I'm getting this error for almost all binary operators like *, /, +, -
etc.
Can anyone help for this ?