I think Hagenston, Marty USA wrote: [Charset utf-8 unsupported, filtering to ASCII...] > Hi, > > I recently downloaded Jess61p3 (licensed). I noticed when I unzipped the contents > into a directory the jess.jar was not included as it was in my previous copy...I > assume my previous copy of Jess was a binary copy of Jess61.
Yes. > > I set my class path as the documentation stated, but since I had no jess.jar I was > confused. > The documentation distinguishes between what you should do if you have a binary version, vs. what you should do if you have source. > I compiled the necessary files, recieved the 2 error regarding assert as the > documentaion warned. > > I tried to run it java jess.main from my Jess61p3 directory...but it could not find > the main, I believe because the .jar was absent. > OK, then one of two things is wrong: 1) You really did try to run jess.main as opposed to jess.Main. Java is case sensitive, so there's a difference. Main has to be capitalized here. 2) You've set CLASSPATH to something screwy. If it is set at all, then it just need to include "." as one of the path entries. If it is not set, then so much the better -- things will work fine that way too. > I then borrowed the jess.jar from my Jess61 copy and tried to make it work...It did. > Well, that's just silly. You're using the unlicensed binary version now. --------------------------------------------------------- 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] --------------------------------------------------------------------
