I think you need to set the JAVA_HOME as follows:

set JAVA_HOME = C:\peter\jdk1.2.2

Hope this solves your problem.

--Vishwajeet

-----Original Message-----
From: Peter Barraud [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 30, 2001 2:37 AM
To: [EMAIL PROTECTED]
Subject: tomcat321 (for windows) starters


I have tomcat321 for windows and have set JAVA_HOME in the tomcat.bat file
to
C:\jdk1.2.2\bin but it still give me the error message
echo You must set JAVA_HOME to point at your Java Development Kit
installation
when I try to run startup
here are the first few lines of code in the tomcat.bat file
if anybody has any suggestions that would be great
thanx in advance
peter


set _CP=%CP%
set JAVA_HOME = C:\peter\jdk1.2.2\bin
set _TOMCAT_HOME=%TOMCAT_HOME%
set _CLASSPATH=%CLASSPATH%

if not "%JAVA_HOME%" == "" goto gotJavaHome
echo You must set JAVA_HOME to point at your Java Development Kit
installation

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to