View | Details | Raw Unified | Return to bug 179801
Collapse All | Expand All

(-)en_US.ISO8859-1/htdocs/java/install.xml (-10 lines)
Lines 23-38 Link Here
23
<br/>make install clean
23
<br/>make install clean
24
</code></p>
24
</code></p>
25
25
26
<h3><a name="jdk">Oracle JDK on FreeBSD</a></h3>
27
28
<p>This is the effort of the Java FreeBSD porting project.
29
By the use of patchsets and the JDK source code released by Oracle,
30
this port builds a native JDK for FreeBSD.</p>
31
32
<p><code>cd /usr/ports/java/jdk16
33
<br/>make install clean
34
</code></p>
35
36
<h3><a name="linux-sun-jdk">Oracle JDK for Linux</a></h3>
26
<h3><a name="linux-sun-jdk">Oracle JDK for Linux</a></h3>
37
27
38
<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>
28
<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>
(-)en_US.ISO8859-1/books/porters-handbook/book.xml (-2 / +2 lines)
Lines 6981-6988 Link Here
6981
	<para>There are several JDKs in the ports collection, from
6981
	<para>There are several JDKs in the ports collection, from
6982
	  various vendors, and in several versions.  If your port must
6982
	  various vendors, and in several versions.  If your port must
6983
	  use one of these versions, you can define which one.  The
6983
	  use one of these versions, you can define which one.  The
6984
	  most current version is <filename
6984
	  most current version, and &os; default is <filename
6985
	    role="package">java/jdk16</filename>.</para>
6985
	    role="package">java/openjdk6</filename>.</para>
6986
6986
6987
	<table frame="none">
6987
	<table frame="none">
6988
	  <title>Variables Which May be Set by Ports That Use
6988
	  <title>Variables Which May be Set by Ports That Use

Return to bug 179801