- Replace /XML/{doc,www}/ with /XML/ in SysId.
- Remove empty stylesheets in share/xsl and point share/xml/empty.xsl via
XML catalog instead.
- Change the L10N layer in freebsd-*.xsl not to use localized XSLT
stylesheets directly.
- Move share/xsl/* to share/xml and remove share/xsl.
- Remove obsolete share/web2c/pdftex.def.
59 lines
2.4 KiB
XML
59 lines
2.4 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
|
|
"http://www.FreeBSD.org/XML/share/xml/xhtml10-freebsd.dtd" [
|
|
<!ENTITY title "Projet &java; pour FreeBSD : Distributions">
|
|
]>
|
|
|
|
<!--
|
|
The FreeBSD French Documentation Project
|
|
Original revision: 1.8
|
|
|
|
Version francaise : Mickael Maindron <mike@iskream.com>
|
|
Version francaise (mise a jour) : Stephane Legrand <stephane@freebsd-fr.org>
|
|
Version francaise (mise a jour) : Vincent Tougait <viny@scientiae.net>
|
|
Version francaise (mise a jour) : Antoine Brodin <antoine.brodin@laposte.net>
|
|
-->
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>&title;</title>
|
|
|
|
<cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
|
|
</head>
|
|
|
|
<body class="navinclude.developers">
|
|
|
|
<table width="100%" border="0">
|
|
<tr>
|
|
<td>
|
|
C'est le portage officiel du Kit de Développement &java; (JDK) de Sun pour FreeBSD. Aucun bug significatif n'est connu pour le moment mais aucune garantie n'est donnée en ce qui concerne son usage. Cependant, beaucoup de sociétés comptent sur ce port, il doit donc être assez sûr d'utilisation.
|
|
</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>Supportés</h2>
|
|
<h3>&jdk; 1.1.x</h3>
|
|
<p>Nous avons actuellement un support disponible pour les systèmes FreeBSD 2.2.x, 3.x et 4-CURRENT pour le <a href="11.html">JDK 1.1.8</a>. Le support pour les systèmes X et non-X est inclus dans deux binaires différents.</p>
|
|
|
|
<h3>JDK 1.2.x</h3>
|
|
<p>Le support du <a href="12.html">JDK2 (ou 1.2)</a> est disponible.</p>
|
|
|
|
<h3>JDK 1.3.x</h3>
|
|
<p>Le support du <a href="13.html">JDK 1.3</a> est disponible.</p>
|
|
|
|
<h3>JDK 1.4.x</h3>
|
|
<p>Le support du <a href="14.html">JDK 1.4</a> est disponible. Les versions
|
|
actuellement supportées sont FreeBSD 4.8 et supérieures.</p>
|
|
|
|
<h3>JDK 1.5.x</h3>
|
|
<p>Le support du <a href="15.html">JDK 1.5</a> est disponible. Les versions
|
|
actuellement supportées sont FreeBSD 5.3 (architectures i386 et amd64).</p>
|
|
|
|
<h2>Non supporté</h2>
|
|
<h3>JDK 1.0.x</h3>
|
|
<p>Il existe un ancien port du <a href="10.html">JDK 1.0.2</a>. Il est au format a.out et fonctionne sur les anciens systèmes FreeBSD (2.1.x et 2.2.x). <b>Ce port n'est pas supporté</b></p>
|
|
<p>Tout ce qui est antérieur à FreeBSD 2.2 (comme FreeBSD 2.1.7.1) n'est pas suppporté non plus pour les JDK 1.1.8 ou JDK 1.2.</p>
|
|
</body>
|
|
</html>
|