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,87 +1,69 @@ - + ]> &header; - - -
-

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 port builds a native JDK for FreeBSD.

+

This is a native port of OpenJDK to FreeBSD.

-

cd /usr/ports/java/jdk14 +

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

-

Sun JDK for Linux

+

Oracle JDK on FreeBSD

-

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 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/linux-sun-jdk14 +

cd /usr/ports/java/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 -

+

Oracle JDK for Linux

-

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.

+

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-blackdown-jdk14 +

cd /usr/ports/java/linux-sun-jdk16
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 help.

&footer;