rewording statement re Java6

git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@528067 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2007-04-12 18:03:24 +00:00
parent 794ca05eed
commit 7713ecf104
2 changed files with 2 additions and 4 deletions

View File

@ -26,8 +26,7 @@ website at http://incubator.apache.org/openjpa/building-openjpa.html
1. Ensure that you have Java 1.5 installed and in your path by running:
java -version
OpenJPA requires Java 1.5 but will not compile with Java 6. More accurately
OpenJPA is not compatible with JDBC 4 which is included in Java 6. For more
OpenJPA requires Java 1.5 but will not compile with Java 6. For more
detail please see http://issues.apache.org/jira/browse/OPENJPA-5.
2. Install the build tool Apache Maven 2.0.4, from http://maven.apache.org/.
If it is installed correctly, typing mvn -v from the console will result

View File

@ -35,8 +35,7 @@ http://incubator.apache.org/openjpa/</a>
<h2><a name="Prerequisites"></a>Prerequisites</h2>
<P>
OpenJPA requires Java 1.5 but will not compile with Java 6. More accurately
OpenJPA is not compatible with JDBC 4 which is included in Java 6. For more
OpenJPA requires Java 1.5 but will not compile with Java 6. For more
detail please see <a href="http://issues.apache.org/jira/browse/OPENJPA-5">
http://incubator.apache.org/openjpa/</a>