Index: head/en_US.ISO8859-1/htdocs/java/index.xml =================================================================== --- head/en_US.ISO8859-1/htdocs/java/index.xml +++ head/en_US.ISO8859-1/htdocs/java/index.xml @@ -27,15 +27,18 @@

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 (openjdk6 and - openjdk7)

+ versions 6, 7 and 8 for all supported FreeBSD releases on the i386 + and amd64 platforms.

+ +

&openjdk; 7 is frequently updated, and it is suggested to refer to a + revision log for + detailed release history. Additionally, one may choose to review more information at + FreshPorts.

To install &openjdk; 7 package use the pkg(8) utility:

- pkg install openjdk7 + pkg install openjdk
or
@@ -44,15 +47,39 @@

-

&openjdk; 7 is frequently updated, and it is suggested to refer to a - revision log for +

&openjdk; 8 is frequently updated, and it is suggested to refer to a + revision log for detailed release history. Additionally, one may choose to review more information at - FreshPorts.

+ FreshPorts.

+ +

To install &openjdk; 8 package use the pkg(8) utility:

+ +

+ pkg install openjdk8 +
+ or +
+ cd /usr/ports/java/openjdk8 +
make install clean +
+

&openjdk; 6 is frequently updated, and it is suggested to refer to a revision log for detailed release history. Additionally, one may choose to review more information at FreshPorts.

+ +

To install &openjdk; 6 package use the pkg(8) utility:

+ +

+ pkg install openjdk6 +
+ or +
+ cd /usr/ports/java/openjdk6 +
make install clean +
+