Hi

This may be a very simple question. 

There are two ways to access jess command in java

1)
    r.executeCommand("(batch Rules.clp)");
    r.executeCommand("Run");

2)
   FileReader rulesFile;
   rulesFile = new FileReader("Rules.clp")
   jessParse = new Jesp(rulesFile, r);
   jessParse.parse(false);
   r.run();

How are these two different and is any one way better that te other ?.

Thanks

SS


---------------------------------------------------------------------
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