You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by al...@apache.org on 2007/02/13 16:23:12 UTC

svn commit: r507045 - /incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/README

Author: alally
Date: Tue Feb 13 07:23:11 2007
New Revision: 507045

URL: http://svn.apache.org/viewvc?view=rev&rev=507045
Log:
UIMA-240: minor rephrasing

Modified:
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/README

Modified: incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/README
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/README?view=diff&rev=507045&r1=507044&r2=507045
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/README (original)
+++ incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/README Tue Feb 13 07:23:11 2007
@@ -10,7 +10,7 @@
 should work, but have not been significantly tested.
 
 Many of the scripts in the /bin directory invoke Java. They use the value of the environment variable, JAVA_HOME, 
-to locate the Java to use; if it is not set, they invoke "java". 
+to locate the Java to use; if it is not set, they invoke "java" expecting to find an appropriate Java in your PATH. 
 
 
 Environment Variables
@@ -26,8 +26,8 @@
     * Please run the script UIMA_HOME/bin/adjustExamplePaths.bat (or .sh), to update 
       paths in the examples based on the actual UIMA_HOME directory path. 
       This script runs a Java program; 
-      you may to set the environment variable JAVA_HOME to a suitable Java on your machine 
-      before running this script.
+      you must either have java in your PATH or set the environment variable JAVA_HOME to a 
+      suitable JRE.
 
     Note: The Mac OS X operating system has special procedures for setting up global environment
     variables; see http://developer.apple.com/qa/qa2001/qa1067.html for how to do this.