I am using Castor, Xerces and several other third party java packages. I
have installed these in /usr/local/java/<appname>, and added these
directories to my classpath. My env setup is:

CLASSPATH=/usr/local/java/jdk1.3:/usr/local/java/j2sdkee1.2.1:/usr/local/jav
a/castor0.9:/usr/local/java/bhawk4j
ANT_HOME=/usr/local/ant
JAVA_HOME=$CLASSPATH
J2EE_CLASSPATH=$CLASSPATH
J2EE_HOME=$CLASSPATH

But Orion still does not seem to find any of these packages in my
servlets/jsp's. Do I really have to have (and maintain) a copy of each
package in the lib/ directory? Is there a way for Orion to look in the same
place as javac does?

Thanks Much
[EMAIL PROTECTED]


Reply via email to