doc/ja/java/dists/11.sgml
2001-07-14 05:55:07 +00:00

111 lines
5.9 KiB
Text

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/ja/java/dists/11.sgml,v 1.4 2000/10/31 19:32:46 kuriyama Exp $">
<!ENTITY title "FreeBSD Java Project: JDK 1.1">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!-- $FreeBSD: www/ja/java/dists/11.sgml,v 1.4 2000/10/31 19:32:46 kuriyama Exp $ -->
<!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.7 -->
]>
<html>
&header;
<table border="0">
<tr>
<td>
<P>最新版は ELF (FreeBSD バージョン 3 または 4) 用が
<A HREF="ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/jdk1.1.8_ELF.V1999-11-9.tar.gz">jdk1.1.8_ELF.V1999-11-9.tar.gz</A> です.
また, 古い 2.2 系リリース用には
<A HREF="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/nate/JDK1.1/jdk1.1.8_AOUT.V1999-11-9.tar.gz">jdk1.1.8_AOUT.V1099-11-9.tar.gz</A> を取ることができます.
両方のリリースをビルドするために使ったパッチは
<A HREF="http://www.freebsd.org/~patrick/patches.tar.gz">ここ</A>にあります.
これは実際に Java ソースコードをお持ちの方にとってのみ有用です.</p>
<P>また, 国際版の JRE のリリースもあります.</p>
<UL>
<LI><A HREF="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/nate/JDK1.1/jre1.1.8i_AOUT.V1999-11-9.tar.gz">jre1.1.8i_AOUT.V1999-11-9.tar.gz</A></li>
<LI><A HREF="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/nate/JDK1.1/jre1.1.8i_ELF.V1999-11-9.tar.gz">jre1.1.8i_ELF.V1999-11-9.tar.gz</A></li>
</UL>
<P>ネットワーク上でより近いサイトから入手したい場合や
HTTP が利用できない場合には, 以下のミラーサイトを利用してください.</p>
<UL>
<LI><A HREF="ftp://ftp.nuxi.com/pub/FreeBSD/JDK/">ftp://ftp.nuxi.com/pub/FreeBSD/JDK/</A><BR>
私に彼のマシンへのアカウントを与えてくれた David O'Brien
(obrien@NUXI.com) に感謝します. そのおかげで,
このミラーサイトはいつでも間違いなく (移植した JDK が) あります.</li>
<LI><A HREF="http://mirror.aarnet.edu.au/pub/FreeBSD/JDK/">http://mirror.aarnet.edu.au/pub/FreeBSD/JDK/</A></li>
<LI><A HREF="ftp://mirror.aarnet.edu.au/pub/FreeBSD/JDK/">ftp://mirror.aarnet.edu.au/pub/FreeBSD/JDK/</A><BR>
オーストラリア/ニュージーランドからのみ利用できます. このミラーサイトを
海を越えて提供してくれた Jason Andrade (jason@dstc.edu.au) に感謝します.</li>
<LI><A HREF="ftp://ftp.se.freebsd.org/pub/FreeBSD/JDK/">ftp://ftp.se.freebsd.org/pub/FreeBSD/JDK/</A><BR>
Johan Larsson (gozer@ludd.luth.se) に感謝します.</li>
<LI><A HREF="ftp://ftp7.de.freebsd.org/pub/FreeBSD/JDK/">ftp://ftp7.de.freebsd.org/pub/FreeBSD/JDK/</A><BR>
<A HREF="http://ftp7.de.freebsd.org/pub/FreeBSD/JDK/">http://ftp7.de.freebsd.org/pub/FreeBSD/JDK/</A><BR>
Oliver Fromme (olli@dorifer.heim3.tu-clausthal.de) に感謝します.</li>
<LI><A HREF="ftp://ftp.gwdg.de/pub/freebsd/JDK/">ftp://ftp.gwdg.de/pub/freebsd/JDK/</A><BR>
<A HREF="http://ftp.gwdg.de/pub/freebsd/JDK/">http://ftp.gwdg.de/pub/freebsd/JDK/</A><BR>
Eberhard Moenkeberg (emoenke@gwdg.de) に感謝します.</li>
<LI><A HREF="ftp://nofinesse.lib.surrey.ac.uk/pub/FreeBSD/JDK/">ftp://nofinesse.lib.surrey.ac.uk/pub/FreeBSD/JDK/</A><BR>
作業が自動になるように設定してくれた Jose Marques に感謝します.</li>
<LI><A HREF="ftp://ftp.spline.net/pub/FreeBSD/JDK/">ftp://ftp.spline.net/pub/FreeBSD/JDK/</A><BR>
Alexander Tatmaniants (tat@Spline.NET) に感謝します.</li>
</UL>
<P>これらのリリースは Motif のライセンスを必要としません.
それは JDK のライブラリやバイナリをパブリックに配布することが許されている
Motif ライブラリを取り込んでコンパイルしてあるからです.</p>
<H3>README.FreeBSD:</H3>
<PRE>
JDK1.1.8 for FreeBSD
--------------------
Fixed in this release:
- Printing from the JDK should now work reliably.
- Updated to now use the assembly version of the interpreter. Performance
should be increased.
- Better handling of signals like DIVIDE and SIGFPE which are trapped and
handled correctly now.
- The ELF version should work better with AWT/Swing applications. The
FreeBSD project donated a more modern copy of Motif that should avoid
some weird X errors that occurred previously.
For best results, we suggest you run the most recent releases of FreeBSD,
which are 2.2.8 for the a.out releases, and FreeBSD 3.2R, to take advantage
of the fixes in those releases.
If you find bug or have bug-fixes you'd like to see integrated, please send
email to 'java-port@FreeBSD.org' so we can make future releases even better.
Known Bugs/Limitations:
------------------------------------
The number of sockets that can be used at any one time is hard-coded ahead
of time (at this time, it's 2000). This is not necessarily a limitation of
the FreeBSD kernel, but coming up with a 'dynamic' scheme is non-trivial so
none of the developers has written the code, and and no-one else has
provided any patches to the development team. If this is important to you,
we welcome any patches to provide a more 'dynamic' scheme that doesn't limit
the number of file descriptors (sockets).
------------------------------------
To make a a distribution that works without X *and* with X, two binaries
are provided. The first is linked without X, and is the standard binary.
The second binary is linked against a static version of X, and against
the shared X libraries. The version used is controlled by the setting
of the DISPLAY environment variable, which is used by X to determine
where to send the output.
</PRE>
</td>
</tr>
</table>
&footer;
</BODY>
</HTML>