Hello list,
I am trying to call an equals method in java class Arrays from Jess and this somehow doesn't work the way I imagined it. In the online manual to JESS I've read that this is the call for java classes or objects
(call (<java object>|<java expression>))
So I tried to transfer something that I would write like this in java
Arrays.equals(array1, array2)
into jess like this
(call Arrays equals ?array1 ?array2) or like this (call (Array.equals) ?array1 ?array2) However none of these worked. Even with import statement of java.unil.Arrays it didn't want to work. Do I do something wrong or does JESS has a problem calling methods from classes which are not objects?

Thanks a million,
Bogdan

--------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the list
(use your own address!) List problems? Notify [EMAIL PROTECTED]
--------------------------------------------------------------------

Reply via email to