. Update the installation recommendations to match reality a little more.

Suggested by:	dougb@
This commit is contained in:
Greg Lewis 2011-06-01 04:50:58 +00:00
parent 40ef9944d8
commit 9e796ca150
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=37320

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/java/install.sgml,v 1.13 2005/10/04 20:56:33 hrs Exp $">
<!ENTITY date "$FreeBSD: www/en/java/install.sgml,v 1.14 2006/08/19 21:20:36 hrs Exp $">
<!ENTITY title "FreeBSD &java; Project: How To Install">
<!ENTITY % navinclude.developers "INCLUDE">
]>
@ -9,19 +9,31 @@
<table border="0">
<tr>
<td>
<p>When installing Java on FreeBSD you have the choice between
<p>When installing Java on FreeBSD you have the choice between
different Java Development Kits:</p>
</td>
</tr>
<tr>
<td>
<h3><a name="jdk">Native JDK on FreeBSD</a></h3>
<h3><a name="jdk">OpenJDK on FreeBSD</a></h3>
<p>This is the effort of the Java 2 FreeBSD porting project.
By the use of patchsets and the JDK source code released by Sun,
<p>This is a native port of OpenJDK to FreeBSD.</p>
<p><code>cd /usr/ports/java/openjdk6
<BR>make install clean
</code></p>
</td>
</tr>
<tr>
<td>
<h3><a name="jdk">Oracle JDK on FreeBSD</a></h3>
<p>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.</p>
<p><code>cd /usr/ports/java/jdk14
<p><code>cd /usr/ports/java/jdk16
<BR>make install clean
</code></p>
@ -29,11 +41,11 @@ this port builds a native JDK for FreeBSD.</p>
</tr>
<tr>
<td>
<h3><a name="linux-sun-jdk">Sun JDK for Linux</a></h3>
<h3><a name="linux-sun-jdk">Oracle JDK for Linux</a></h3>
<p>This port installs the Java 2 Developement Kit from Sun which was built for Linux. It will run under FreeBSD using the Linux compatibility.</p>
<p>This port installs the Java Developement Kit from Oracle which was built for Linux. It will run under FreeBSD using the Linux compatibility.</p>
<p><code>cd /usr/ports/java/linux-sun-jdk14
<p><code>cd /usr/ports/java/linux-sun-jdk16
<BR>make install clean
</code></p>
</td>
@ -41,40 +53,10 @@ this port builds a native JDK for FreeBSD.</p>
<tr>
<td>
<h3><a name="linux-ibm-jdk">IBM JDK for Linux</a></h3>
<p>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.</p>
<p><code>cd /usr/ports/java/linux-ibm-jdk14
<BR>make install clean
</code></p>
</td>
</tr>
<tr>
<td>
<h3><a name="linux-blackdown-jdk">Blackdown JDK for Linux</a></h3>
<p>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.</p>
<p><code>cd /usr/ports/java/linux-blackdown-jdk14
<BR>make install clean
</code></p>
</td>
</tr>
<tr>
<td>
<p><b>Note:</b> 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.</p>
<p><b>Note:</b> 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.</p>
<P>If you should have trouble, you can see the <A HREF="../doc/en_US.ISO8859-1/books/handbook/ports.html">
FreeBSD Handbook section on &quot;installing applications&quot;</A> for