- Move includes.nav*.sgml to share/sgml/navibar.ent and
<lang>/share/sgml/nabibar.l10n.ent.
- Move includes.sgml and includes.xsl to
share/sgml/common.ent, share/sgml/header.ent, <lang>/share/sgml/l10n.ent,
and <lang>?share/sgml/header.l10n.ent.
- Move most of XSLT libraries to share/sgml/*.xsl and
<lang>/share/sgml/*.xsl.
- Move news.xml and other *.xml files for the similar purpose
to share/sgml/*.xml and <lang>/share/sgml/*.xml.
- Switch to use a custom DTD for HTML document. Now we use
"-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension", which is
HTML 4.01 + some entities previously pulled via
"<!ENTITY % includes SYSTEM "includes.sgml"> %includes;" line.
The location of entity file will be resolved by using catalog file.
- Add DOCTYPE declearation to XML documents. This makes the followings
possible:
* Use of &foo; entities for SGML in an XML file instead of defining
{$foo} as the same content.
* &symbolic; entities for Latin characters.
- Duplicated information between SGML and XML, or English and
translated doc, has been removed as much as possible.
50 lines
1.8 KiB
Text
50 lines
1.8 KiB
Text
<!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.9 2005/10/04 20:56:33 hrs Exp $">
|
|
<!ENTITY title "FreeBSD &java; Project: Distributions">
|
|
<!ENTITY % navinclude.developers "INCLUDE">
|
|
]>
|
|
<html>
|
|
&header;
|
|
|
|
<table border="0">
|
|
<tr>
|
|
<td>
|
|
<table width="100%" border="0">
|
|
<tr>
|
|
<td>
|
|
This is the official port of Sun's &java; Development Kit for FreeBSD. No known significant bugs exist at this time, but there are no guarantees of usability. However, many commercial companies rely on this port, so it should be safe to use.
|
|
</td>
|
|
<td>
|
|
<A HREF="http://java.sun.com"><IMG SRC="../j2j.gif" HSPACE=10 border="0" ALT="Jump to Java"></A>
|
|
</td>
|
|
</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>
|
|
<P><A HREF="15.html">JDK 1.5</A> support is available. Currently supported
|
|
versions are FreeBSD 5.3 (for i386 and amd64 architectures).
|
|
|
|
<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.
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
&footer;
|
|
</BODY>
|
|
</HTML>
|