doc/en_US.ISO8859-1/htdocs/java/install.sgml
Hiroki Sato 35babe0ae5 - Set svn:ketwords and svn:mime-type. Note that application/octet-stream is
set on some files as a workaround for binary check.
- Fix pathname for svn co in the webupdate script.

Approved by:	doceng (implicit)
2012-05-17 19:12:14 +00:00

69 lines
1.7 KiB
Text

<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD &java; Project: How To Install">
<!ENTITY % navinclude.developers "INCLUDE">
]>
<html>
&header;
<table border="0">
<tr>
<td>
<p>When installing Java on FreeBSD you have the choice between
different Java Development Kits:</p>
</td>
</tr>
<tr>
<td>
<h3><a name="openjdk">OpenJDK on FreeBSD</a></h3>
<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/jdk16
<BR>make install clean
</code></p>
</td>
</tr>
<tr>
<td>
<h3><a name="linux-sun-jdk">Oracle JDK for Linux</a></h3>
<p>This port installs the Java Development 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-jdk16
<BR>make install clean
</code></p>
</td>
</tr>
<tr>
<td>
<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
help.</P>
</td>
</tr>
</table>
&footer;
</BODY>
</HTML>