I think I have updated to the latest version of Jess (as of todays
announcement) from version 70a2...
I am being plagued by a phantom EOF, so decided to simplify my successful
use of executeCommand to just use Rete.eval(String). My calling class has
a Rete member called engine.. and imports jess.*
[Neither of the executeCommand methods below are causing the EOF problem
and they compile and function as expected]
The problem I am having with my *simplification* is that I am getting a
'cannot find symbol' error in Xcode when I use eval() as follows:
//engine.executeCommand("(eval \"" + ruleString + "\")");
Value v=engine.eval(ruleString);
engine.executeCommand("(eval \"" + ruleStringA + "\")");
Can anyone explain?
Rob
Robert Kildare
PhD Candidate
School of Computing
University of Tasmania
[EMAIL PROTECTED]
--------------------------------------------------------------------
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]
--------------------------------------------------------------------