From: Robert C. <co...@cs...> - 2004-03-16 16:50:38
|
Hi Mark, I think I can answer one of your questions. I will leave the others to my more knowledgeable colleagues (aka graduate students). Java only finds classes in jar files on the classpath if the jar file itself is placed on the path. The directory containing the jar file is not sufficient. My understanding is that Java follows this rule consistently. -- Corky |