Operator ... Cannot be Applied to <X>


This issue occurs when operators are used for types not in their definition.
operator < cannot be applied to java.lang.Object,java.lang.Object

This often happens when the Java code tries to use a type string in a calculation. To fix it, the string needs to be converted to an integer or float.