Author: violetagg
Date: Fri Mar 18 09:23:58 2016
New Revision: 1735559
URL: http://svn.apache.org/viewvc?rev=1735559&view=rev
Log:
Tomcat 8.5 can run with JDK 7 or later
Modified:
tomcat/tc8.5.x/trunk/RUNNING.txt
Modified: tomcat/tc8.5.x/trunk/RUNNING.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/RUNNING.txt?rev=1735559&r1=1735558&r2=1735559&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/RUNNING.txt (original)
+++ tomcat/tc8.5.x/trunk/RUNNING.txt Fri Mar 18 09:23:58 2016
@@ -20,16 +20,16 @@
===================================================
Apache Tomcat @VERSION_MAJOR_MINOR@ requires a Java Standard Edition Runtime
-Environment (JRE) version 8 or later.
+Environment (JRE) version 7 or later.
=============================
-Running With JRE 8 Or Later
+Running With JRE 7 Or Later
=============================
(1) Download and Install a Java SE Runtime Environment (JRE)
(1.1) Download a Java SE Runtime Environment (JRE),
- release version 8 or later, from
+ release version 7 or later, from
http://www.oracle.com/technetwork/java/javase/downloads/index.html
(1.2) Install the JRE according to the instructions included with the
@@ -157,7 +157,7 @@ create the following script file:
On Windows, %CATALINA_BASE%\bin\setenv.bat:
- set "JRE_HOME=%ProgramFiles%\Java\jre8"
+ set "JRE_HOME=%ProgramFiles%\Java\jre7"
exit /b 0
On *nix, $CATALINA_BASE/bin/setenv.sh:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]