Author: nextgens
Date: 2006-03-23 14:17:44 +0000 (Thu, 23 Mar 2006)
New Revision: 8292

Modified:
   trunk/apps/installer/installclasspath/bin/run.cmd
Log:
:-@ why windows isn\'t using JAVA_HOME as everyone ?

Modified: trunk/apps/installer/installclasspath/bin/run.cmd
===================================================================
--- trunk/apps/installer/installclasspath/bin/run.cmd   2006-03-23 14:13:04 UTC 
(rev 8291)
+++ trunk/apps/installer/installclasspath/bin/run.cmd   2006-03-23 14:17:44 UTC 
(rev 8292)
@@ -1,19 +1,5 @@
-REM #!/bin/sh
-
-if "%JAVA_HOME%" == "" goto nojava
-
 set CLASSPATH=%CLASSPATH%;freenet-cvs-snapshot.jar;freenet-ext.jar

 echo CLASSPATH:%CLASSPATH%
-echo JAVA_HOME:%JAVA_HOME%

 java -cp %CLASSPATH% -Xmx256m freenet.node.Node
-
-goto end
- 
-:nojava
-echo Set JAVA_HOME environment variable
-goto end
-
-
-:end


Reply via email to