52f6d56540
- 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.
98 lines
3.8 KiB
XML
98 lines
3.8 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">
|
|
]>
|
|
|
|
<!--
|
|
The FreeBSD French Documentation Project
|
|
Original revision: 1.25
|
|
|
|
Version francaise : Guillain
|
|
Version francaise (mise a jour) : Nicolas Lecapitaine <Nicolas.Lecapitaine@chirec.be>
|
|
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">
|
|
|
|
<a href="http://java.sun.com"><img src="j2j.gif"
|
|
hspace="10" border="0" alt="Jump to Java" align="right"/></a>
|
|
|
|
<p>Voici le portage officiel pour FreeBSD du Kit de Développement &java; de Sun
|
|
(JDK). Aucun bug significatif connu n'existe à l'heure actuelle mais
|
|
aucune garantie n'est donnée sur son utilisation. Cependant, comme de nombreuses
|
|
entreprises font confiance dans ce port, celui-ci devrait pouvoir être utilisé sans risque.</p>
|
|
|
|
<p>La <a href="http://www.FreeBSDFoundation.org/">Fondation
|
|
FreeBSD</a> a négocié une license avec Sun
|
|
Microsystems pour distribuer des binaires FreeBSD de l'Environnement
|
|
d'Exécution Java (JRE™) et du Kit de Développement Java
|
|
(&jdk;).</p>
|
|
|
|
<p>La version actuelle du JDK et du JRE disponibles via la
|
|
Fondation FreeBSD est la 1.5.0. Ces binaires ont été
|
|
testés et certifiés pour fonctionner avec &os;/i386 5.4-RELEASE
|
|
et 6.0-RELEASE, mais
|
|
ils devraient également pouvoir fonctionner sous d'autres versions &os;/i386 5.X et 6.X.</p>
|
|
|
|
<p>Pour plus d'informations concernant le téléchargement des binaires FreeBSD
|
|
du JDK et du JRE, veuillez consulter la page de <a
|
|
href="http://www.FreeBSDFoundation.org/downloads/java.shtml">téléchargement
|
|
dédiée à Java de la Fondation FreeBSD</a>.</p>
|
|
|
|
<h2>Nouvelles</h2>
|
|
<ul>
|
|
<li><a href="newsflash.html">Annonces</a></li>
|
|
</ul>
|
|
|
|
<h2>Logiciels</h2>
|
|
<ul>
|
|
<li><a href="install.html">Obtenir Java pour FreeBSD</a></li>
|
|
<li><a href="dists/">Informations sur les versions</a></li>
|
|
<li><a href="dists/15.html">JDK 1.5.x</a></li>
|
|
<li><a href="../ports/java.html">Logiciels portés disponibles...</a></li>
|
|
<li><a href="howhelp.html">Comment aider ?</a></li>
|
|
<li><a href="howhelp.html#BUG">J'ai trouvé un bug !?!</a></li>
|
|
</ul>
|
|
|
|
<h2>Documentation</h2>
|
|
<ul>
|
|
<li><a href="docs/newbies.html">Pour les débutants</a></li>
|
|
<li><a href="docs/tutorials.html">Guides</a></li>
|
|
<li><a href="docs/faq.html">FAQ</a></li>
|
|
<li><a href="docs/performance.html">Comparaison de performance</a></li>
|
|
<li><a href="docs/howtoports.html">Créer des ports...</a></li>
|
|
</ul>
|
|
|
|
<h2>Ressources Java</h2>
|
|
<ul>
|
|
<li><a href="links/index.html">Liens</a></li>
|
|
<li><a href="links/freebsd.html">FreeBSD</a></li>
|
|
<li><a href="links/vendor.html">Revendeurs</a></li>
|
|
<li><a href="links/development.html">Outils de développement</a></li>
|
|
<li><a href="links/api.html">Les APIs</a></li>
|
|
<li><a href="links/tutorials.html">Guides</a></li>
|
|
<li><a href="links/documentation.html">Documentation</a></li>
|
|
<li><a href="links/resources.html">Ressources...</a></li>
|
|
<li><a href="links/servlets.html">Servlets</a></li>
|
|
</ul>
|
|
|
|
<form action="http://www.FreeBSD.org/cgi/search.cgi" method="get">
|
|
<p>Rechercher :</p>
|
|
<input type="text" name="words" size="20"/>
|
|
<input type="hidden" name="max" value="25"/>
|
|
<input type="hidden" name="source" value="www"/>
|
|
<input type="submit" value="go"/>
|
|
</form>
|
|
|
|
</body>
|
|
</html>
|