You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2010/09/13 19:13:23 UTC

svn commit: r996605 - /commons/proper/daemon/trunk/src/site/xdoc/procrun.xml

Author: sebb
Date: Mon Sep 13 17:13:22 2010
New Revision: 996605

URL: http://svn.apache.org/viewvc?rev=996605&view=rev
Log:
Further info

Modified:
    commons/proper/daemon/trunk/src/site/xdoc/procrun.xml

Modified: commons/proper/daemon/trunk/src/site/xdoc/procrun.xml
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/site/xdoc/procrun.xml?rev=996605&r1=996604&r2=996605&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/site/xdoc/procrun.xml (original)
+++ commons/proper/daemon/trunk/src/site/xdoc/procrun.xml Mon Sep 13 17:13:22 2010
@@ -301,7 +301,8 @@ then it is treated the same as <b>--</b>
     <ul>
     <li>jvm - start Java in-process. Depends on jvm.dll, see <b>--Jvm</b>.</li>
     <li>Java - same as exe, but automatically uses the default Java executable, i.e. %JAVA_HOME%\bin\java.exe.
-    Make sure JAVA_HOME is set correctly, or use --JavaHome to provide the correct location.</li>
+    Make sure JAVA_HOME is set correctly, or use --JavaHome to provide the correct location.
+    If neither is set, procrun will try to find the default JDK (not JRE) from the Windows registry.</li>
     <li>exe - run the image as a separate process</li>
     </ul>
     </td>