- fix java pkg installation, and document openjdk8

https://lists.freebsd.org/pipermail/freebsd-doc/2015-September/025810.html

Reported by:	seotownsend@icloud.com
Approved by:	bcr (mentor)
Differential Revision:	https://reviews.freebsd.org/D3716
This commit is contained in:
Jason Helfman 2015-09-22 18:06:09 +00:00
parent 9456934241
commit 1146a09195
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47435

View file

@ -27,15 +27,18 @@
<p>The &openjdk; project provides a native open-source
implementation of the &java; SE Platform and is available in
versions 6 and 7 for all supported FreeBSD releases on the i386
and amd64 platforms. Both versions can be installed using the
usual methods of package installation (<code>openjdk6</code> and
<code>openjdk7</code>)</p>
versions 6, 7 and 8 for all supported FreeBSD releases on the i386
and amd64 platforms.</p>
<p>&openjdk; 7 is frequently updated, and it is suggested to refer to a
<a href="http://svnweb.freebsd.org/ports/head/java/openjdk7/Makefile?view=log">revision log</a> for
detailed release history. Additionally, one may choose to review more information at
<a href="http://www.freshports.org/java/openjdk7">FreshPorts</a>.</p>
<p>To install &openjdk; 7 package use the pkg(8) utility:</p>
<p>
<code>pkg install openjdk7</code>
<code>pkg install openjdk</code>
<br/>
or
<br/>
@ -44,15 +47,39 @@
</code>
</p>
<p>&openjdk; 7 is frequently updated, and it is suggested to refer to a
<a href="http://svnweb.freebsd.org/ports/head/java/openjdk7/Makefile?view=log">revision log</a> for
<p>&openjdk; 8 is frequently updated, and it is suggested to refer to a
<a href="http://svnweb.freebsd.org/ports/head/java/openjdk8/Makefile?view=log">revision log</a> for
detailed release history. Additionally, one may choose to review more information at
<a href="http://www.freshports.org/java/openjdk7">FreshPorts</a>.</p>
<a href="http://www.freshports.org/java/openjdk8">FreshPorts</a>.</p>
<p>To install &openjdk; 8 package use the pkg(8) utility:</p>
<p>
<code>pkg install openjdk8</code>
<br/>
or
<br/>
<code>cd /usr/ports/java/openjdk8
<br/>make install clean
</code>
</p>
<p>&openjdk; 6 is frequently updated, and it is suggested to refer to a
<a href="http://svnweb.freebsd.org/ports/head/java/openjdk6/Makefile?view=log">revision log</a> for
detailed release history. Additionally, one may choose to review more information at
<a href="http://www.freshports.org/java/openjdk6">FreshPorts</a>.</p>
<p>To install &openjdk; 6 package use the pkg(8) utility:</p>
<p>
<code>pkg install openjdk6</code>
<br/>
or
<br/>
<code>cd /usr/ports/java/openjdk6
<br/>make install clean
</code>
</p>
</li>
<li>