Re: Error - Please Help

2002-07-12 Thread Nikolas A. Rathert
It seems to be the wrong JDK-Version. Try J2SDK1.4 It looks like you only installed the run-time. But this is not sufficient. You need the whole thing with javac, javaw etc. Cheers, Nick Sunit Munjal wrote: Hi, I just installed Tomcat and setup JDK, but can't see any thing. I always get an

RE: Error - Please Help

2002-07-12 Thread Turner, John
Please provide more information. Have you followed the installation instructions and HOW-TO documents? What port is tomcat listening on on your computer? Are you using a webserver in conjunction with tomcat, or just tomcat? What are the values of JAVA_HOME and CATALINA_HOME on your computer?

RE: Error - Please Help

2002-07-12 Thread Reynir Hübner
put tools.jar from your jsdk into tomcats classpath (for example into tomcat/common/lib/ ) that should fix it -reynir -Original Message- From: Sunit Munjal [mailto:[EMAIL PROTECTED]] Sent: 12. júlí 2002 13:18 To: [EMAIL PROTECTED] Subject: Error - Please Help Hi, I just

Re: Error - Please Help

2002-07-12 Thread Sunit Munjal
I do have JDK 1.4 installed. How do I get javac, javaw. I just went to the sun site and downloaded an exe for J2RE1.4. If this is the wrong one, which one do I need to download? -- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient

Re: Error - Please Help

2002-07-12 Thread Nikolas A. Rathert
This is wrong. You need J2SDK 1.4. I think this one http://java.sun.com/j2se/1.4/download.html is right. Cheers, Nick Sunit Munjal wrote: I do have JDK 1.4 installed. How do I get javac, javaw. I just went to the sun site and downloaded an exe for J2RE1.4. If this is the wrong one,

Re: Error - Please Help

2002-07-12 Thread Nishant_Awasthi
] @db.com cc: (bcc: Nishant Awasthi) Subject: Re: Error - Please Help 07/12/2002 09:25 AM

RE: Error - Please Help

2002-07-12 Thread Sunit Munjal
. Message History From: Turner, John [EMAIL PROTECTED] on 07/12/2002 09:21 AM AST Please respond to Tomcat Users List [EMAIL PROTECTED] To:'Tomcat Users List' [EMAIL PROTECTED] cc: Subject:RE: Error - Please Help Please provide

RE: Error - Please Help

2002-07-12 Thread Sunit Munjal
List [EMAIL PROTECTED] cc: Subject:RE: Error - Please Help put tools.jar from your jsdk into tomcats classpath (for example into tomcat/common/lib/ ) that should fix it -reynir -Original Message- From: Sunit Munjal [mailto:[EMAIL PROTECTED]] Sent: 12. júlí 2002 13:18 To: [EMAIL

RE: Error - Please Help

2002-07-12 Thread andre . powroznik
You would better have download the JSDK, not the JRE! ;-) Andre POWROZNIK -Original Message- From: Sunit Munjal [mailto:[EMAIL PROTECTED]] Sent: 12 July 2002 15:33 To: Tomcat Users List Subject: RE: Error - Please Help Where do I get it. Its not in my J2RE1.4.0 folder

RE: Error - Please Help

2002-07-12 Thread Turner, John
: Friday, July 12, 2002 9:31 AM To: Tomcat Users List Subject: RE: Error - Please Help Yes, I have followed instructions on the installation instructions and HOW-TO documents. I'm just using Tomcat and it is listening on port 80. What file do I find out from what values JAVA_HOME and CATALINA_HOME

Re: Error - Please Help

2002-07-12 Thread Nikolas A. Rathert
Sorry, I forgot: you need the All languages SDK not the JRE. Nikolas A. Rathert wrote: This is wrong. You need J2SDK 1.4. I think this one http://java.sun.com/j2se/1.4/download.html is right. Cheers, Nick Sunit Munjal wrote: I do have JDK 1.4 installed. How do I get javac,

RE: Error - Please Help

2002-07-12 Thread Sunit Munjal
: Error - Please Help put tools.jar from your jsdk into tomcats classpath (for example into tomcat/common/lib/ ) that should fix it -reynir -Original Message- From: Sunit Munjal [mailto:[EMAIL PROTECTED]] Sent: 12. júlí 2002 13:18 To: [EMAIL PROTECTED] Subject: Error - Please Help

Re: Error - Please Help

2002-07-12 Thread Sunit Munjal
Alright, it works now. I just copied tools.jar into that directory. Thanks everyone for the help. -- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and

RE: Error - Please Help

2002-07-12 Thread Reynir Hübner
either of the two, I suggested copying would be a simple way to achive this. just copy and try agian. -reynir -Original Message- From: Sunit Munjal [mailto:[EMAIL PROTECTED]] Sent: 12. júlí 2002 14:07 To: Tomcat Users List Subject: RE: Error - Please Help I just installed

RE: Error - Please Help

2002-07-12 Thread Arnaud HERITIER
Have you setted a JAVA_HOME environment variable to your new SDK installation directory ?? -Message d'origine- De : Sunit Munjal [mailto:[EMAIL PROTECTED]] Envoyé : vendredi 12 juillet 2002 16:07 À : Tomcat Users List Objet : RE: Error - Please Help I just installed the SDK

RE: Error - Please Help

2002-07-12 Thread rsequeira
/2002 09:06:35 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To:Tomcat Users List [EMAIL PROTECTED] cc: Subject:RE: Error - Please Help I just installed the SDK for all languages and it still doesn't work. Reynir mentioned something about putting the tools.jar into my tomcats

RE: Error - Please Help

2002-07-12 Thread Jacob Lund
An installation of sun java does not set environmental variables! You have to go to system in your control panel and add it your self! /Jacob -Original Message- From: Sunit Munjal [mailto:[EMAIL PROTECTED]] Sent: 12. juli 2002 16:07 To: Tomcat Users List Subject: RE: Error - Please

RE: Error - Please Help

2002-07-12 Thread jeff . guttadauro
]] Sent: 12. juli 2002 16:07 To: Tomcat Users List Subject: RE: Error - Please Help I just installed the SDK for all languages and it still doesn't work. Reynir mentioned something about putting the tools.jar into my tomcats classpath. What does that mean. Just copying and pasting the file