remm 02/02/07 12:52:06
Modified: . tomcat.nsi
Log:
- If failed to find a JDK, mention that a JAVA_HOME environment variable
should be defined.
Revision Changes Path
1.29 +2 -2 jakarta-tomcat-4.0/tomcat.nsi
Index: tomcat.nsi
===================================================================
RCS file: /home/cvs/jakarta-tomcat-4.0/tomcat.nsi,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- tomcat.nsi 1 Feb 2002 22:10:10 -0000 1.28
+++ tomcat.nsi 7 Feb 2002 20:52:06 -0000 1.29
@@ -1,6 +1,6 @@
; Tomcat 4 script for Nullsoft Installer
-; $Id: tomcat.nsi,v 1.28 2002/02/01 22:10:10 remm Exp $
+; $Id: tomcat.nsi,v 1.29 2002/02/07 20:52:06 remm Exp $
Name "apache-tomcat-4.1"
Caption "Apache Tomcat 4.1"
@@ -241,7 +241,7 @@
IfErrors 0 NoAbort
MessageBox MB_OK "Couldn't find a Java Development Kit installed on this \
-computer. Please download one from http://java.sun.com."
+computer. Please download one from http://java.sun.com. If there is already \ a JDK
installed on this computer, set an environment variable JAVA_HOME to the \ pathname of
the directory where it is installed."
Abort
NoAbort:
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>