Hi Karen, The first error is usually caused by improper installation of Jess. There's a file "scriptlib.clp" that comes with the Jess source, in the same directory as Rete.java. When you deploy Jess, whether as loose class files or in a JAR file, that file scriptlib.clp has to be in the same directory as the compiled Rete.class file (i.e., inside the JAR if that's where Rete.class is.)
I have no idea about the second message, but maybe someone else does. I think Karen Fox wrote: > Okay, thanks to the new JessTab documentation, I'm in business. > However, I'm getting these two errors every time I run my java code. > It's not interfering with anything, but I'd like to know how to get rid > of it, if possible. I'm using Java 1.3, JessTab 1.0, Jess 61b1, and > Protege 1.7. > > Jess reported an error in routine batch. > Message: Cannot open file. > at jess.Batch.batch(Batch.java:41) > at jess.Rete.loadScriptlib(Rete.java:1414) > at jess.Rete.<init>(Rete.java:83) > at jess.Rete.<init>(Rete.java:59) > at jess.Rete.<init>(Rete.java:51) > at JessTabTest.main(JessTabTest.java:10) > > then later when I load the JessTab functions: > > Warning: PAL engine not available. (JessTab PAL-integration functions > not added.) > > Thank you for all your help. You guys are great. > --------------------------------------------------------- Ernest Friedman-Hill Distributed Systems Research Phone: (925) 294-2154 Sandia National Labs FAX: (925) 294-2234 PO Box 969, MS 9012 [EMAIL PROTECTED] Livermore, CA 94550 http://herzberg.ca.sandia.gov -------------------------------------------------------------------- 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] --------------------------------------------------------------------
