Hi All,
I am new to using jess and was having some problems when i wrote a small java code...
when i do the following (below is part of the code), i donot get any fired rules, why 
is that:
...
engine.executeCommand("(watch rules)");
String rule3 ="(defrule euality-rule (test (eq 1 1)) => )";
engine.executeCommand(rule3);                     
engine.executeCommand("(run)");
System.out.println("run command executed...");
...

The system.out statement is printed but thw watch rules does not indicate that any 
rule was fired? what am i doing wrong?

Thanks

Nirajkumar Motwani
Graduate Student
Computer Science Department
University Of Southern California
begin:vcard
n:Motwani;Nirajkumar
fn:Nirajkumar Motwani
tel;home:323-730-1150
url:http://www-scf.usc.edu/~motwani
org:;Computer Science
adr:;;1133W 36th Place,  Apt # 9;Los Angeles;CA;90007;USA
version:2.1
email;internet:[EMAIL PROTECTED]
title:Student
end:vcard

Reply via email to