Re: problem building tomcat 3.2.1 on Solaris x86

2001-02-14 Thread Filip Hanik
what version of the SDK do you have? also do you have $JAVA_HOME/lib/tools.jar in your CLASSPATH? Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net - Original Message - From: "Jennifer Dyess" [EMAIL PROTECTED] To: [EMAIL

RE: problem building tomcat 3.2.1 on Solaris x86

2001-02-14 Thread Randy Layman
This problem comes up on the Ant (Ant is what is doing the build) mailing list somewhat frequently. It usually results in you adding the ant.jar file to the jdk/lib/ext directory. Otherwise, there is usually some jar file in there that the user added which make JavaC not work with ant

RE: problem building tomcat 3.2.1 on Solaris x86

2001-02-14 Thread Jennifer Dyess
]] Sent: Wednesday, February 14, 2001 10:28 AM To: [EMAIL PROTECTED] Subject: Re: problem building tomcat 3.2.1 on Solaris x86 what version of the SDK do you have? also do you have $JAVA_HOME/lib/tools.jar in your CLASSPATH? Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect

RE: problem building tomcat 3.2.1 on Solaris x86

2001-02-14 Thread John Golubenko
, 2001 11:01 AM To: [EMAIL PROTECTED] Subject: RE: problem building tomcat 3.2.1 on Solaris x86 Thanks for the quick response! I'm running the Java 2 SDK Std Edition v 1.3 No, I did not have the tools.jar in my classpath. I just added it, but I still get the same error. Here's my classpath

RE: problem building tomcat 3.2.1 on Solaris x86

2001-02-14 Thread Jennifer Dyess
, February 14, 2001 10:54 AM To: '[EMAIL PROTECTED]' Subject: RE: problem building tomcat 3.2.1 on Solaris x86 by the way, why do you have /usr/java/bin: xx/xx: in CLASSPATH? The directories should be in PATH, not CLASSPATH. The jars,or files should be in CLASSPATH (*.xx). This may cause the problems

Re: problem building tomcat 3.2.1 on Solaris x86

2001-02-14 Thread lee fellows
PROTECTED]] Sent: Wednesday, February 14, 2001 11:01 AM To: [EMAIL PROTECTED] Subject: RE: problem building tomcat 3.2.1 on Solaris x86 Thanks for the quick response! I'm running the Java 2 SDK Std Edition v 1.3 No, I did not have the tools.jar in my classpath. I just added it, but I

RE: problem building tomcat 3.2.1 on Solaris x86

2001-02-14 Thread Jennifer Dyess
PROTECTED] Subject: Re: problem building tomcat 3.2.1 on Solaris x86 Jennifer, You do not need the java/lib directories in your PATH. It should have directories with executables, not libraries. Question: When you run java -version, what do you get? Jennifer Dyess wrote: ok, I modified my

Re: problem building tomcat 3.2.1 on Solaris x86

2001-02-14 Thread lee fellows
ion (build 1.3.0) Java HotSpot(TM) Client VM (build 1.3.0, mixed mode) -Original Message- From: lee [mailto:lee]On Behalf Of lee fellows Sent: Wednesday, February 14, 2001 12:20 PM To: [EMAIL PROTECTED] Subject: Re: problem building tomcat 3.2.1 on Solaris x86 Jennifer, You d

Re: problem building tomcat 3.2.1 on Solaris x86

2001-02-14 Thread lee fellows
uild 1.3.0, mixed mode) -Original Message- From: lee [mailto:lee]On Behalf Of lee fellows Sent: Wednesday, February 14, 2001 12:20 PM To: [EMAIL PROTECTED] Subject: Re: problem building tomcat 3.2.1 on Solaris x86 Jennifer, You do not need the java/lib directories in

Re: problem building tomcat 3.2.1 on Solaris x86

2001-02-14 Thread Filip Hanik
to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net - Original Message - From: "Jennifer Dyess" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 14, 2001 11:40 AM Subject: RE: problem building tomcat 3.2.1 on Solaris x86 ok, I m