Dear JESS Users,
               consider the following code:

import jess.*;
import java.applet.*;
import java.awt.*;

public class display
{
 public static void main(String args[])
 {
  try
    {
     Rete r=new Rete();
     r.executeCommand("(batch examples/animal.clp)");
    }
  catch(JessException je)
    {
     System.err.println(je)
    }
  }
}

          The above code when executed in the root
JESS folder runs the "animal.clp" file in DOS.
         
           Is there any way to re-direct the output of
the "animal.clp" file on a Java Applet? 

Eagerly waiting for your help!

                                             - Rohan

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

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