I think swati kayasth wrote: [Charset iso-8859-1 unsupported, filtering to ASCII...] > Hi, > I'm developing a application using Jess. I'm using applets. I > want to create a Rete object in the init() method of the applet. > In the documentation, it has been given that if I'm creating a > Rete object in the applet then I need to pass an argument in > the Rete method. > Rete rete = new Rete(java.applet.Applet a) > > I'm getting an error NoClassDefFound jess/Rete error. >
This is probably just a basic Java programming question -- i.e., the Jess library needs to be on your CLASSPATH when you compile your code. The best thing to do would be to seek out a local Java expert to help you out. > Please advise. > > Thanks, > Swati > ---------------------------------------------------------------------- Ernest Friedman-Hill Distributed Systems Research Phone: (925) 294-2154 Sandia National Labs FAX: (925) 294-2234 Org. 8920, MS 9012 [EMAIL PROTECTED] PO Box 969 http://herzberg.ca.sandia.gov Livermore, CA 94550 -------------------------------------------------------------------- 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] --------------------------------------------------------------------
