Author: sebb
Date: Mon Sep 13 15:43:30 2010
New Revision: 996580

URL: http://svn.apache.org/viewvc?rev=996580&view=rev
Log:
Clarify how procrun finds the JVM.

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=996580&r1=996579&r2=996580&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/site/xdoc/procrun.xml (original)
+++ commons/proper/daemon/trunk/src/site/xdoc/procrun.xml Mon Sep 13 15:43:30 
2010
@@ -262,7 +262,7 @@ then it is treated the same as <b>--</b>
     <tr>
     <td>--Jvm</td>
     <td>auto</td>
-    <td>Use either <b>auto</b> or specify the full path to the <b>jvm.dll</b>.
+    <td>Use either <b>auto</b> (i.e. find the JVM from the Windows registry) 
or specify the full path to the <b>jvm.dll</b>.
         You can use environment variable expansion here.</td>
     </tr>
     <tr>
@@ -300,7 +300,8 @@ then it is treated the same as <b>--</b>
     The modes are:
     <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</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>
     <li>exe - run the image as a separate process</li>
     </ul>
     </td>


Reply via email to