From c5b6d47debdc4b4531ad571d5a93a2403a07daf1 Mon Sep 17 00:00:00 2001 From: Juergen Schmidt Date: Mon, 9 Nov 2009 16:25:34 +0000 Subject: #i106585# update docu for Java 5 --- odk/docs/install.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/odk/docs/install.html b/odk/docs/install.html index dafd98d99de5..f29b099334b0 100644 --- a/odk/docs/install.html +++ b/odk/docs/install.html @@ -55,13 +55,10 @@ - JDK (1.4.1_01 or higher) + JDK (1.5 or higher)

A JDK is necessary for developing Java components or applications. An appropriate Java SDK can be found on http://java.sun.com/products.

-

If Java 5.0 or higher is used, you have to ensure that the office - installation uses Java 5.0 as well, because of class format changes in - Java 5.0. Components built with Java 5.0 cannot be deployed by unopkg - (using the office Java) that uses a lower Java version than Java 5.0.

+

Recommendation is to use Java 6 excepting for Mac OS because initially Mac OS supported a 64bit version of Java 6 only.

Note: The Java compiler is optional!

-- cgit