From 9e796ca150286183a0123303ad431a6183848c8d Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Wed, 1 Jun 2011 04:50:58 +0000 Subject: [PATCH] . Update the installation recommendations to match reality a little more. Suggested by: dougb@ --- en/java/install.sgml | 68 ++++++++++++++++---------------------------- 1 file changed, 25 insertions(+), 43 deletions(-) diff --git a/en/java/install.sgml b/en/java/install.sgml index db17041d4f..b6f9068554 100644 --- a/en/java/install.sgml +++ b/en/java/install.sgml @@ -1,6 +1,6 @@ - + ]> @@ -9,19 +9,31 @@ + + + @@ -41,40 +53,10 @@ this port builds a native JDK for FreeBSD.

- - - - - -
-

When installing Java on FreeBSD you have the choice between +

When installing Java on FreeBSD you have the choice between different Java Development Kits:

-

Native JDK on FreeBSD

+

OpenJDK on FreeBSD

-

This is the effort of the Java 2 FreeBSD porting project. -By the use of patchsets and the JDK source code released by Sun, +

This is a native port of OpenJDK to FreeBSD.

+ +

cd /usr/ports/java/openjdk6 +
make install clean +

+ +
+

Oracle JDK on FreeBSD

+ +

This is the effort of the Java FreeBSD porting project. +By the use of patchsets and the JDK source code released by Oracle, this port builds a native JDK for FreeBSD.

-

cd /usr/ports/java/jdk14 +

cd /usr/ports/java/jdk16
make install clean

@@ -29,11 +41,11 @@ this port builds a native JDK for FreeBSD.

-

Sun JDK for Linux

+

Oracle JDK for Linux

-

This port installs the Java 2 Developement Kit from Sun which was built for Linux. It will run under FreeBSD using the Linux compatibility.

+

This port installs the Java Developement Kit from Oracle which was built for Linux. It will run under FreeBSD using the Linux compatibility.

-

cd /usr/ports/java/linux-sun-jdk14 +

cd /usr/ports/java/linux-sun-jdk16
make install clean

-

IBM JDK for Linux

- -

This is an implementation of the Java 2 Standard Edition SDK, -version 1.4 for Linux by IBM. It contains IBM's just-in-time -compiler, enhanced with a unique Mixed Mode Interpreter -and a re-engineered Java 2 virtual machine.

- -

cd /usr/ports/java/linux-ibm-jdk14 -
make install clean -

-
- -

Blackdown JDK for Linux

- -

Blackdown Java Developer Kit 1.4.1. It includes the HotSpot -Client and Server VMs, as well as an enhanced version of Java Web -Start 1.2, a Java Plug-In for browsers based on Mozilla and a -Java Plug-In for Netscape 4.x browsers.

- -

cd /usr/ports/java/linux-blackdown-jdk14 -
make install clean -

-
- -

Note: Please note that due to the current Sun licensing policy the resulting binaries -can not be distributed and you are only permitted to use/hack it personally. -Due to the same reasons you have to manually fetch the source code and patchset -for FreeBSD.

+

Note: Please note that due to the current licensing policy the +Oracle JDK on FreeBSD binaries can not be distributed and you are only +permitted to use them personally. Due to the same reasons you have to +manually fetch the source code and patchset for FreeBSD.

If you should have trouble, you can see the FreeBSD Handbook section on "installing applications" for