Author: crossley
Date: Thu Jun 2 00:04:49 2005
New Revision: 179532
URL: http://svn.apache.org/viewcvs?rev=179532&view=rev
Log:
Explain the requirement for Java 1.4+
Modified:
forrest/trunk/index.html
Modified: forrest/trunk/index.html
URL: http://svn.apache.org/viewcvs/forrest/trunk/index.html?rev=179532&r1=179531&r2=179532&view=diff
==============================================================================
--- forrest/trunk/index.html (original)
+++ forrest/trunk/index.html Thu Jun 2 00:04:49 2005
@@ -44,6 +44,12 @@
</p>
<h2>What do I do now?</h2>
+ <p>Apache Forrest requires that Java 1.4 (or newer) be installed on your system.
+ If you need help with that, then see the Forrest FAQ. Basically,
+ if you are only going to use Forrest as-is then you need only the
+ Java Runtime Environment (JRE) and if you intend to enhance and rebuild
+ Forrest then you need the full JDK.
+ </p>
<p>With a downloaded distribution, Forrest is already built. Just set the
environment variables for convenience: FORREST_HOME to refer to this
top-level of the distribution
|