On March 19, 2002 04:46 pm, smashingwebs wrote:

> I need help to set up tomcat 3.2.3 on windows 98.
> I went to sysedit and put in TOMCAT_HOME = c:\tomcat
> into autoexec.bat
> I also put in JAVA_HOME = c:\jdk1.3.1_02

Make sure that says "set JAVA_HOME=c:\jdk1.3.1_02"

The 'set' keyword is required in the autoexec.bat file.

> But when I try to run tomcat I get the message:
>
> "You must set JAVA_HOME to point at your Java Development Kit Installation"
>
> Is there somewhere else where I should set TOMCAT_HOME and JAVA_HOME?

In Windows 98, they should both be set in your autoexec.bat

Also, you might want to add the following line to your config.sys:

shell=c:\command.com /p /e:768

Make sure that the path to command.com is correct for your system.  It might 
be in c:\windows\command, or c:\win98\command, or d:\win98\command, or 
whatever...anyways...I'm sure you get the picture.

This line should give you the extra environment space you typically need for 
developing J2EE applications under Win95/98.

Also, you might want to add Java to your path.  Try the following as the last 
line of your autoexec.bat file:

set PATH=%PATH%;c:\jdk1.3.1_02

ttfn

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to