RE: JAVA_HOME AND TOMCAT_HOME SETUP PROBLEM

2002-01-16 Thread Raphaele Giordan
on win98, edit the autoexec.bat at the end add : SET JAVA_HOME=C:\jdk1.3 for instance SET PATH=%PATH%;%JAVA_HOME%\bin SET TOMCAT_HOME=C:\tomcat3.2.3 for instance reboot raphaele -Message d'origine- De: babs boyejo [SMTP:[EMAIL PROTECTED]] Date: mercredi 16 janvier 2002 01:58 A:

Re: JAVA_HOME AND TOMCAT_HOME SETUP PROBLEM

2002-01-16 Thread Galbayar
set JAVA_HOME=c:\jdk1.3 set TOMCAT_HOME=c:\tomcat - Original Message - From: babs boyejo [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 16, 2002 08:58 Subject: JAVA_HOME AND TOMCAT_HOME SETUP PROBLEM Dear All, 1)how do you set the java_home to the jdk installation

Re: JAVA_HOME AND TOMCAT_HOME SETUP PROBLEM

2002-01-16 Thread ROSHAN NAVENDRA
The best way to do it is: On your desktop, right-click the MyCoputer icon and select Properties. Select the Advanced tab, and click on environment variables. Under system variables you can then creat the JAVA_HOME and TOMCAT_HOME variables. This is detailed further in the following page,