. Update the lists of supported and unsupported versions. Specifically,
move 1.1, 1.2, 1.3 and 1.4 to unsupported and add 1.7 to supported.
This commit is contained in:
parent
2f8fd7c29d
commit
111337bf1e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=38249
1 changed files with 33 additions and 21 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/java/dists/index.sgml,v 1.11 2008/02/22 04:41:19 glewis Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/java/dists/index.sgml,v 1.12 2008/08/27 20:40:35 jkois Exp $">
|
||||
<!ENTITY title "FreeBSD &java; Project: Distributions">
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
|
@ -21,31 +21,43 @@ This is the official port of Sun's &java; Development Kit for FreeBSD. No known
|
|||
</tr>
|
||||
</table>
|
||||
<H2>Supported</H2>
|
||||
<H3>&jdk; 1.1.x</H3>
|
||||
<P>We currently have support for 2.2.x, 3.x and 4-CURRENT FreeBSD Systems for <A HREF="11.html">JDK 1.1.8</A>. Included is support for both X and non-X systems as two separate binaries.
|
||||
|
||||
<H3>JDK 1.2.x</H3>
|
||||
<P><A HREF="12.html">JDK2 (aka 1.2)</A> support is available.
|
||||
|
||||
<H3>JDK 1.3.x</H3>
|
||||
<P><A HREF="13.html">JDK 1.3</A> support is available.
|
||||
|
||||
<H3>JDK 1.4.x</H3>
|
||||
<P><A HREF="14.html">JDK 1.4</A> support is available. Currently supported
|
||||
versions are FreeBSD 4.8 and later.
|
||||
|
||||
<H3>JDK 1.5.x</H3>
|
||||
<H3>&jdk; 1.5.x</H3>
|
||||
<P><A HREF="15.html">JDK 1.5</A> support is available. Currently supported
|
||||
versions are FreeBSD 4.8 and later (for i386 and amd64 architectures).
|
||||
versions are FreeBSD 4.8 and later (for i386 and amd64 architectures).</P>
|
||||
|
||||
<H3>JDK 1.6.x</H3>
|
||||
<H3>&jdk; 1.6.x</H3>
|
||||
<P><A HREF="16.html">JDK 1.6</A> support is available. Currently supported
|
||||
versions are FreeBSD 6.2 and later (for i386 and amd64 architectures).
|
||||
versions are FreeBSD 6.2 and later (for i386 and amd64 architectures).</P>
|
||||
|
||||
<H3>&jdk; 1.7.x</H3>
|
||||
<P><A HREF="17.html">JDK 1.7</A> support is available. Currently supported
|
||||
versions are FreeBSD 7.0 and later (for i386 and amd64 architectures).</P>
|
||||
|
||||
<H2>Unsupported</H2>
|
||||
<H3>JDK 1.0.x</H3>
|
||||
<P>There is an old port of <A HREF="10.html">JDK 1.0.2</A> available. It is a.out, and will run on older FreeBSD systems (2.1.x and 2.2.x). <B>This port is not supported</B>
|
||||
<P>Anything prior to FreeBSD 2.2 (such as FreeBSD 2.1.7.1) is not supported in either JDK 1.1.8 or JDK 1.2.
|
||||
|
||||
<P>Anything prior to FreeBSD 2.2 (such as FreeBSD 2.1.7.1) was never supported in any way.</P>
|
||||
|
||||
<H3>&jdk; 1.0.x</H3>
|
||||
<P><A HREF="10.html">JDK 1.0.2</A> is unsupported. It was a.out, and would only run on older FreeBSD systems (up to 4.x).</P>
|
||||
|
||||
<H3>&jdk; 1.1.x</H3>
|
||||
<P><A HREF="11.html">JDK 1.1.8</A> is unsupported. It would also only run on older FreeBSD systems (up to 4.x). Two separate binaries were provided for both X and non-X systems.</P>
|
||||
|
||||
<H3>&jdk; 1.2.x</H3>
|
||||
<P><A HREF="12.html">JDK2 (aka 1.2)</A> is unsupported. The history is
|
||||
preserved in the former <code>jdk12</code> port that can be found in the
|
||||
CVS ports repository Attic.</P>
|
||||
|
||||
<H3>&jdk; 1.3.x</H3>
|
||||
<P><A HREF="13.html">JDK 1.3</A> is unsupported. The history is
|
||||
preserved in the former <code>jdk13</code> port that can be found in the
|
||||
CVS ports repository Attic.</P>
|
||||
|
||||
<H3>&jdk; 1.4.x</H3>
|
||||
<P><A HREF="14.html">JDK 1.4</A> is unsupported. The history is
|
||||
preserved in the former <code>jdk14</code> port that can be found in the
|
||||
CVS ports repository Attic.</P>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue