In my experience on teaching 400+ programmers on Java, I have found many programmers
are struggling to understand the concept of
CLASSPATH. No offence meant. They try to put PATH values into CLASSPATH variable or
the other way and expect the JRE or the
compiler to find the right class files. Sometimes they introduce extra characters,
such as space, in the CLASSPATH variable.
I have never tried tomcat before. However, there are some obvious problems with the
CLASSPATH here. Go to your jdk directory and
find that that tools.jar file would be available as c:\jdk1.3\jre\lib\tools.jar;
Similary the command for starting JRE should have
been from c:\jdk1.3\bin\java
--
Subra
Subramaniam S - Viveka Software Technologies Pvt. Ltd., Bangalore, India
http://www.thinktankpartners.com/
-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of sufi malak
Sent: Thursday, February 08, 2001 12:34 AM
To: [EMAIL PROTECTED]
Subject: start tomcat, PLEASE HELP ?????
Hi, I am still strugling to start tomcat4b, now when I click in startup I get this :
C:\tomcat4\bin>startup
Using CLASSPATH: ..\bin\bootstrap.jar;C:\jdk1.3\;\lib\tools.jar
The system cannot find the file C:\jdk1.3\;\bin\java.
C:\tomcat4\bin>
Thanks
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets