svn commit: r47435 - head/en_US.ISO8859-1/htdocs/java
Jason Helfman
jgh at FreeBSD.org
Tue Sep 22 18:06:10 UTC 2015
Author: jgh
Date: Tue Sep 22 18:06:09 2015
New Revision: 47435
URL: https://svnweb.freebsd.org/changeset/doc/47435
Log:
- fix java pkg installation, and document openjdk8
https://lists.freebsd.org/pipermail/freebsd-doc/2015-September/025810.html
Reported by: seotownsend at icloud.com
Approved by: bcr (mentor)
Differential Revision: https://reviews.freebsd.org/D3716
Modified:
head/en_US.ISO8859-1/htdocs/java/index.xml
Modified: head/en_US.ISO8859-1/htdocs/java/index.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/java/index.xml Tue Sep 22 16:03:58 2015 (r47434)
+++ head/en_US.ISO8859-1/htdocs/java/index.xml Tue Sep 22 18:06:09 2015 (r47435)
@@ -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>
More information about the svn-doc-head
mailing list