From owner-doc-jp@jp.freebsd.org  Wed Nov 10 16:43:23 1999
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id QAA09690;
	Wed, 10 Nov 1999 16:43:23 +0900 (JST)
	(envelope-from owner-doc-jp@jp.FreeBSD.org)
Received: from jiyu.net ([209.100.98.61])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id QAA09685
	for <doc-jp@jp.freebsd.org>; Wed, 10 Nov 1999 16:43:22 +0900 (JST)
	(envelope-from daichi@ongs.net)
Received: from localhost (dns001.thn.ne.jp [210.141.251.14])
	by jiyu.net (8.8.5/8.8.5) with ESMTP id QAA01978
	for <doc-jp@jp.freebsd.org>; Wed, 10 Nov 1999 16:50:57 +0900
To: doc-jp@jp.freebsd.org
In-Reply-To: <19991110163816G.daichi@ongs.net>
References: <19991110150415N.daichi@ongs.net>
	<19991110163816G.daichi@ongs.net>
X-Mailer: Mew version 1.94.1 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
Message-Id: <19991110164154L.daichi@ongs.net>
Date: Wed, 10 Nov 1999 16:41:54 +0900
From: "Daichi T.GOTO" <daichi@ongs.net>
X-Dispatcher: imput version 990905(IM130)
Lines: 968
Reply-To: doc-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+990727
X-Sequence: doc-jp 6860
Subject: [doc-jp 6860] Re: About Announce: JDK1.1.8-V1999/11/9 release
Errors-To: owner-doc-jp@jp.freebsd.org
Sender: owner-doc-jp@jp.freebsd.org
X-Originator: daichi@ongs.net

$BBgCO$G$9(B :)


$B$9$_$^$;$s!#@h$[$I4V0c$($F:9J,%U%!%$%k$G$O$J$/K\BN$rAw$C$F$7$^$$$^$7$?!#(B

=========================================================================
--- /home/daichi/FreeBSDWWW/003Java/en.java.html	Wed Nov  3 22:51:30 1999
+++ ./en.java.html	Wed Nov 10 14:59:41 1999
@@ -20,8 +20,9 @@
 on this port, so it should be safe to use.
 
 <P> <B>Note</B>: Versions of FreeBSD prior to 2.2 (such as FreeBSD 2.1.5) are
-not supported, and the ELF versions require changes to the FreeBSD
-loader made on 1999/3/24 to FreeBSD 3.1-stable, and 4.0-current.</TD>
+not supported.
+
+</TD>
 
 </TR>
 </TABLE>
@@ -34,7 +35,7 @@
 1.&nbsp; <I><A HREF="#ch-1">News</A></I></DD>
 
 <DD>
-2.&nbsp; <I><A HREF="#ch-2">Where do I get it?</A></I></DD>
+2.&nbsp; <I><A HREF="#ch-2">Where do I get it?/Mirrors</A></I></DD>
 
 <DD>
 3.&nbsp; <I><A HREF="#ch-3">Installation</A></I></DD>
@@ -57,9 +58,31 @@
 <!-- Start CHAPTER 1 (): News -->
 <H1> <A NAME="ch-1"></A><FONT COLOR="#660000">1.&nbsp;&nbsp; News</FONT></H1>
 
-September 22, 1999: Re-rolled the JDK1.1.8 yet again to fixup some minor
-bugs that people have found, as well as to speedup the JDK.  For details
-checkout the README.FreeBSD supplied in the releases.
+<P>For those of you who are situated throughout the globe, you you want
+      to check to check out the mirror sites towards the end of this
+      page to see if there is a site closer to home for you, instead of
+      just grabbing from here.
+<P>
+
+<I>November 9, 1999:</I> Another JDK1.1.8 release to fix a seperate class of
+multicast bugs.
+<UL>
+<LI>
+<A HREF="jdk1.1.8_AOUT.V1999-11-9.tar.gz">jdk1.1.8_AOUT.V1999-11-9.tar.gz</A>.
+For FreeBSD versions 2.2.*, which use the A.OUT binary format.
+<LI>
+<A HREF="jdk1.1.8_ELF.V1999-11-9.tar.gz">jdk1.1.8_ELF.V1999-11-9.tar.gz</A>.
+For FreeBSD versions 3.* and 4.* which use the ELF binary format.  Note, due
+to the number of changes in -current, the JDK may not work properly.
+</UL>
+
+<I>October 11, 1999:</I> Work has re-started on the Java2/JDK1.2 port. 
+Expect an early 'alpha' release in the coming weeks for FreeBSD
+3.3-stable/ELF boxes.</UL>
+
+<I>September 22, 1999:</I> Re-rolled the JDK1.1.8 yet again to fixup
+some minor bugs that people have found, as well as to speedup the JDK. 
+For details checkout the README.FreeBSD supplied in the releases.
 <UL>
 <LI>
 <A HREF="jdk1.1.8_AOUT.V99-9-22.tar.gz">jdk1.1.8_AOUT.V99-9-22.tar.gz</A>.
@@ -69,12 +92,12 @@
 For FreeBSD versions 3.* and 4.* which use the ELF binary format.
 </UL>
 
-July 19, 1999: Re-rolled the JDK1.1.8 release to fix a couple of minor
-(but annoying bugs).  First, the netpatch (see below) was incorporated
-into the build, and second an annoying Floating Point bug was found and
-fixed.  The latter bug affected multi-threaded code that did floating
-point calculations and based on the code could produce completely bogus
-results.
+<I>July 19, 1999:</I> Re-rolled the JDK1.1.8 release to fix a couple of
+minor (but annoying bugs).  First, the netpatch (see below) was
+incorporated into the build, and second an annoying Floating Point bug
+was found and fixed.  The latter bug affected multi-threaded code that
+did floating point calculations and based on the code could produce
+completely bogus results.
 <UL>
 <LI>
 <A HREF="jdk1.1.8_AOUT.V99-7-19.tar.gz">jdk1.1.8_AOUT.V99-7-19.tar.gz</A>.
@@ -84,17 +107,17 @@
 For FreeBSD versions 3.* and 4.* which use the ELF binary format.
 </UL>
 
-July 2, 1999: Organization of FreeBSD 'CommAPI' porting team wich is an effort to
-make <A HREF="http://java.sun.com/products/javacomm/index.html">JAVA's CommAPI</A>
-freely available to the FreeBSD community. 
-Project is coordinated by <A
-HREF="mailto:jdricot@ulb.ac.be?subject=JAVA CommAPI: "> DRICOT Jean-Michel </A>and
-will officialy be maintained in <A HREF="http://student.ulb.ac.be/~jdricot/commapi/">
-http://student.ulb.ac.be/~jdricot/commapi/</A>. 
+<I>July 2, 1999:</I> Organization of FreeBSD 'CommAPI' porting team wich
+is an effort to make
+<A HREF="http://java.sun.com/products/javacomm/index.html">JAVA's CommAPI</A>
+freely available to the FreeBSD community.  Project is coordinated by
+<A HREF="mailto:jdricot@ulb.ac.be?subject=JAVA CommAPI: "> DRICOT Jean-Michel</A> and
+will officialy be maintained in
+<A HREF="http://student.ulb.ac.be/~jdricot/commapi/">http://student.ulb.ac.be/~jdricot/commapi/</A>. 
 Feel free to contact him if you want to join the project. 
 </UL>
 
-June 8, 1999: A small bug was found in the JDK1.1.8 release which
+<I>June 8, 1999:</I> A small bug was found in the JDK1.1.8 release which
 affected people using UDP sockets.  If you tried to send a packet to the
 broadcast address, the FreeBSD JDK refused with a permissions error.
 This error was fixed, and rather than re-releasing the entire release a
@@ -112,10 +135,10 @@
 For FreeBSD versions 3.* and 4.* which use the ELF binary format.
 </UL>
 
-June 3, 1999: JDK1.1.8 for A.OUT and ELF releases.  This release adds
-support for older 3.*/ELF releases (without requiring any runtime loader
-changes), as well as fixes bugs in LOCALE and timezone support for all
-FreeBSD releases.
+<I>June 3, 1999:</I> JDK1.1.8 for A.OUT and ELF releases.  This release
+adds support for older 3.*/ELF releases (without requiring any runtime
+loader changes), as well as fixes bugs in LOCALE and timezone support
+for all FreeBSD releases.
 <UL>
 <LI>
 <A HREF="jdk1.1.8_AOUT.V99-6-3.tar.gz">jdk1.1.8_AOUT.V99-6-3.tar.gz</A>.
@@ -125,7 +148,7 @@
 For FreeBSD versions 3.* and 4.* which use the ELF binary format.
 </UL>
 
-June 1, 1999:  JDK2 status
+<I>June 1, 1999:</I>  JDK2 status
 <UL>
 <LI>
 Work on JDK1.2/JDK2 has been going very slow as the development team has
@@ -134,17 +157,18 @@
 <A HREF="http://java.sun.com/products/jfc/index.html#download-swing">Swing</A>
 releases provided by Sun for JDK1, which works very well under FreeBSD.
 </UL>
-Apr. 16, 1999: New JDK1.1.7 A.OUT release.  This fixes build problems
-in the March release.  A new ELF release will be made to support older 3.0
-releases as well sometime in the near future.
+
+<I>Apr. 16, 1999:</I> New JDK1.1.7 A.OUT release.  This fixes build
+problems in the March release.  A new ELF release will be made to
+support older 3.0 releases as well sometime in the near future.
 <UL>
 <LI>
 <A HREF="jdk1.1.7_AOUT.V99-4-16.tar.gz">jdk1.1.7_AOUT.V99-4-16.tar.gz</A>.
 For FreeBSD versions 2.2.*, which use the A.OUT binary format.
 </UL>
 
-Mar. 26, 1999: ELF support for JDK1.1.7, as well as a new A.OUT release
-which includes minor bugfixes.
+<I>Mar. 26, 1999:</I> ELF support for JDK1.1.7, as well as a new A.OUT
+release which includes minor bugfixes.
 <UL>
 <LI>
 <A HREF="jdk1.1.7_AOUT.V99-3-24.tar.gz">jdk1.1.7_AOUT.V99-3-24.tar.gz</A>.
@@ -162,7 +186,7 @@
 <PRE># install -c -s -o bin -g bin -m 555 -C -fschg <B>ld-elf.so.1</B> /usr/libexec</PRE>
 </UL>
 
-Mar. 16, 1999: Updates on current development:
+<I>Mar. 16, 1999:</I> Updates on current development:
 <UL>
 <LI>
 ELF JDK1.1.7 :  An ELF build of JDK1.1.7 (for use on FreeBSD 3.x and later)
@@ -176,7 +200,8 @@
 their source diffs.)
 </UL>
 
-Dec. 21, 1998: <A HREF="jdk1.1.7.V98-12-21.tar.gz">jdk1.1.7.V98-12-21.tar.gz</A>.
+<I>Dec. 21, 1998:</I>
+<A HREF="jdk1.1.7.V98-12-21.tar.gz">jdk1.1.7.V98-12-21.tar.gz</A>.
 <UL>
 <LI>
 Bugfix version of JDK1.1.7.  Thanks go to Keith White who tracked down a
@@ -185,7 +210,8 @@
 should also be much more usable, again thanks to Keith.
 </UL>
 
-Nov. 14, 1998: <A HREF="jdk1.1.7.V98-11-5.tar.gz">jdk1.1.7.V98-11-5.tar.gz</A>.
+<I>Nov. 14, 1998:</I>
+<A HREF="jdk1.1.7.V98-11-5.tar.gz">jdk1.1.7.V98-11-5.tar.gz</A>.
 <UL>
 <LI>
 Updated to JDK1.1.7.  Thanks go to
@@ -193,7 +219,8 @@
 who provided most of the testing for this release.
 </UL>
 
-Sept 23, 1998: <A HREF="jdk1.1.6.V98-9-23.tar.gz">jdk1.1.6.V98-9-23.tar.gz</A>.
+<I>Sept 23, 1998:</I>
+<A HREF="jdk1.1.6.V98-9-23.tar.gz">jdk1.1.6.V98-9-23.tar.gz</A>.
 <UL>
 <LI>
 The August 14 build had jre incorrectly linked in both the JDK and the JRE,
@@ -201,21 +228,23 @@
 no changes from the older release.
 </UL>
 
-Aug 22, 1998:
+<I>Aug 22, 1998:</I>
 <UL>
 <LI>
 Updated page to list numerous sites who have agreed to mirror the JDK
 and provide ftp access.  Thanks to all!
 </UL>
 
-Aug 14, 1998: <A HREF="jdk1.1.6.V98-8-14.tar.gz">jdk1.1.6.V98-8-14.tar.gz</A>.
+<I>Aug 14, 1998:</I>
+<A HREF="jdk1.1.6.V98-8-14.tar.gz">jdk1.1.6.V98-8-14.tar.gz</A>.
 <UL>
 <LI>
 The SO_REUSEADDR option is now correctly set on ServerSockets (may affect
 other sockets as well.)
 </UL>
 
-July 21, 1998: <A HREF="jdk1.1.6.V98-7-21.tar.gz">jdk1.1.6.V98-7-21.tar.gz</A>.
+<I>July 21, 1998:</I>
+<A HREF="jdk1.1.6.V98-7-21.tar.gz">jdk1.1.6.V98-7-21.tar.gz</A>.
 <UL>
 <LI>
 Updated port to JDK1.1.6.  Thanks go to
@@ -240,77 +269,74 @@
 Link in the xpg4 library to support CJK locales.
 </UL>
 
-May 5, 1998:
+<I>May 5, 1998:</I>
 <UL>
 <LI>
 Updated page to include instruction on how to get Sun's JWS (Java Work
 Shop) working under FreeBSD.
 </UL>
 
-February 25, 1998: <A HREF="jdk1.1.5.V98-2-25.tar.gz">jdk1.1.5.V98-2-25.tar.gz</A>.
+<I>February 25, 1998:</I>
+<A HREF="jdk1.1.5.V98-2-25.tar.gz">jdk1.1.5.V98-2-25.tar.gz</A>.
 <UL>
 <LI>
-JDK's built on 2.2.2 should now work again.</LI>
-
+JDK's built on 2.2.2 should now work again.
 <LI>
-The AWT now correctly sets the Window name.</LI>
-
+The AWT now correctly sets the Window name.
 <LI>
 Fixed obscure bug that could cause a core dump if you hit a button in a
-dialog box multiple times.</LI>
-
+dialog box multiple times.
 <LI>
-Fixed bug where SHMEM wasn't released when using images, causing a leak.</LI>
-
+Fixed bug where SHMEM wasn't released when using images, causing a leak.
 </UL>
 
-February 12, 1998:
+<I>February 12, 1998:</I>
 <UL>
 <LI>
 Johan Larsson graciously provided an ftp mirror site
 for the JDK, so if you have an aversion to using HTTP, then feel free to
-grab it from his site.</LI>
-
+grab it from his site.
 <LI>
 Replaced the 'Steaming Cup of Java' logo with the 'Jump to Java' logo,
-which is more politically (and legally) acceptable to SUN's lawyers.</LI>
+which is more politically (and legally) acceptable to SUN's lawyers.
 </UL>
-February 9, 1998: <A HREF="jdk1.1.5.V98-2-8.tar.gz">jdk1.1.5.V98-2-8.tar.gz</A>.
+
+<I>February 9, 1998:</I>
+<A HREF="jdk1.1.5.V98-2-8.tar.gz">jdk1.1.5.V98-2-8.tar.gz</A>.
 <UL>
 <LI>
-Fixed bugs in Process.waitFor()</LI>
-
+Fixed bugs in Process.waitFor()
 <LI>
 Modified the way the Motif library was linked in. This will allow anyone
 with a Motif library (static or dynamic) to build their own JDK once the
 patchkit is released. If their Motif license allows for it, they can also
-make binary releases available.</LI>
-
+make binary releases available.
 <LI>
 Non blocking reads on PIPE did not work reliably on all versions of the
-OS.</LI>
-
+OS.
 <LI>
-Multicast now works.</LI>
+Multicast now works.
 </UL>
-January, 1998:
+
+<I>January, 1998:</I>
 <UL>
 <LI>
 Organization of FreeBSD 'JDK' porting team, which now jointly creates new
-JDK releases for FreeBSD.</LI>
-
+JDK releases for FreeBSD.
 <LI>
 New JDK1.1.5 binary, which has Motif statically compiled in. (Unfortunately,
-this release was lost in a disk crash on the ftp server.</LI>
+this release was lost in a disk crash on the ftp server.
 </UL>
-<!-- End CHAPTER --><!-- Start CHAPTER 2 (): Where do I get it? -->
+
+<!-- End CHAPTER --><!-- Start CHAPTER 2 (): Where do I get it?/Mirrors -->
+
 <H1>
 <A NAME="ch-2"></A><FONT COLOR="#660000">2.&nbsp;&nbsp; Where do I get
-it?</FONT></H1>
+it?Mirrors</FONT></H1>
 The latest version is
-<A HREF="jdk1.1.8_ELF.V99-9-22.tar.gz">jdk1.1.8_ELF.V99-9-22.tar.gz</A>.
+<A HREF="jdk1.1.8_ELF.V1999-11-9.tar.gz">jdk1.1.8_ELF.V1999-11-9.tar.gz</A>.
 for ELF (FreeBSD versions 3 or 4) or for older 2.2 releases you can grab
-<A HREF="jdk1.1.8_AOUT.V99-9-22.tar.gz">jdk1.1.8_AOUT.V99-9-22.tar.gz</A>.
+<A HREF="jdk1.1.8_AOUT.V1999-11-9.tar.gz">jdk1.1.8_AOUT.V1099-11-9.tar.gz</A>.
 Patches which were used to build both releases are available
 <A HREF="patches.tar.gz">here</A>.  These are only useful if you have the
 actual Java source code.
@@ -319,13 +345,13 @@
 also available.
 <UL>
 <LI>
-<A HREF="jre1.1.8i_AOUT.V99-9-22.tar.gz">jre1.1.8i_AOUT.V99-9-22.tar.gz</A>
+<A HREF="jre1.1.8i_AOUT.V1999-11-9.tar.gz">jre1.1.8i_AOUT.V1999-11-9.tar.gz</A>
 <LI>
-<A HREF="jre1.1.8i_ELF.V99-9-22.tar.gz">jre1.1.8i_ELF.V99-9-22.tar.gz</A>
+<A HREF="jre1.1.8i_ELF.V1999-11-9.tar.gz">jre1.1.8i_ELF.V1999-11-9.tar.gz</A>
 </UL>
 
-<P>For those who prefer ftp, or are http impaired, you can also get it
-from these Mirrors.:
+<P>You might trying getting it from a site that is a bit closer to you,
+      or you might be http impaired.  Try to get it from one of these mirrors.:
 <UL>
 <LI>
 <A
@@ -340,6 +366,16 @@
 
 <LI>
 <A
+HREF="http://mirror.aarnet.edu.au/pub/FreeBSD/JDK/">http://mirror.aarnet.edu.au/pub/FreeBSD/JDK/</A>
+
+<LI>
+<A
+HREF="ftp://mirror.aarnet.edu.au/pub/FreeBSD/JDK/">ftp://mirror.aarnet.edu.au/pub/FreeBSD/JDK/</A>
+<BR>Available in Australia/New Zealand only.  Thanks go to Jason Andrade
+(jason@dstc.edu.au) for supplying these mirror sites across the pond.
+
+<LI>
+<A
 HREF="ftp://ftp.se.freebsd.org/pub/FreeBSD/JDK/">ftp://ftp.se.freebsd.org/pub/FreeBSD/JDK/</A>
 <BR>Thanks go to Johan Larsson (gozer@ludd.luth.se).
 
@@ -380,7 +416,7 @@
 perhaps?) that has about 35 MB free. The binary will install in the
 subdirectory <B>jdk1.1.8</B>.
 <P><I>e.g.:</I>
-<PRE>tar zxvpf <B>jdk1.1.8_ELF.V99-9-22.tar.gz</B> -C <B>/usr/local</B></PRE>
+<PRE>tar zxvpf <B>jdk1.1.8_ELF.V1999-11-9.tar.gz</B> -C <B>/usr/local</B></PRE>
 <!-- End CHAPTER --><!-- Start CHAPTER 4 (): Running -->
 <H1>
 <A NAME="ch-4"></A><FONT COLOR="#660000">4.&nbsp;&nbsp; Running</FONT></H1>
@@ -429,21 +465,43 @@
 <!-- End CHAPTER --><!-- Start CHAPTER 7 (): Support? -->
 <H1>
 <A NAME="ch-7"></A><FONT COLOR="#660000">7.&nbsp;&nbsp; Support?</FONT></H1>
-Support on Java in general can be obtained from the mailing list <A HREF="mailto:freebsd-java@freebsd.org">freebsd-java@FreeBSD.org</A>
 
-<P>Questions about the port and bug-reports should <B>also</B> be sent
-to <A HREF="mailto:java-port@FreeBSD.org">java-port@FreeBSD.org</A>.
+Before sending email directly to the mailinst lists, please
+<A HREF="http://www.freebsd.org/mail/">browse</A>
+or
+<A HREF="http://www.freebsd.org/search/search.html">search</A>
+the freebsd-java mailing list archives.  Many general questions have
+been answered already.
+
+<P>General FreeBSD/Java support can be obtained from the mailing list
+<A HREF="mailto:freebsd-java@freebsd.org">freebsd-java@FreeBSD.org</A>.
+Mailing list subscription information can be had by sending email to
+<A HREF="mailto:majordomo@freebsd.org">majordom@FreeBSD.org</A>
+with the body of the emailing containing
+<PRE>
+   subscribe freebsd-java your-email-address@yourmachine.com
+</PRE>
+
+
+<P><B>Please do <I>NOT</I> send email querying the porting team about
+the status of some feature you desire.  Status information will be
+posted to the general mailing list as it becomes available from the
+porting team. </B>
+
+<P>Technical questions about the port and bug-reports should <B>also</B> be
+sent to
+<A HREF="mailto:java-port@FreeBSD.org">java-port@FreeBSD.org</A>.
 <BR><B>Note:</B>"java-port" is a closed mailing list for the FreeBSD JDK
-Porting team. (Sun requires a signed license on file with them before access
-can be given to the source code of JDK.)
+Porting team. (Sun requires a signed license on file with them before
+access can be given to the source code of JDK.)
+
 
 <P>To increase your chances of a response
 <UL>
 <LI>
-please be as precise as possible about the problem</LI>
-
+please be as precise as possible about the problem
 <LI>
-include URLs/paths to sources/classes that exhibit the problem</LI>
+include URLs/paths to sources/classes that exhibit the problem
 </UL>
 <!-- End CHAPTER --><!-- Start CHAPTER 8 (): Pointers to interesting software-->
 <H1>
@@ -456,27 +514,31 @@
 are:
 <UL>
 <LI>
+<A HREF="http://java.sun.com/products/jfc/download.html">Swing/JFC</A>
+- The Swing classes for JDK1.1, which work great with the FreeBSD JDK. 
+Scroll to the bottom of the page and download the 'Standard'
+distribution.  <B>Highly recommended!</B>
+<LI>
+<A HREF="http://www10.software.ibm.com/developerworks/opensource/jikes/">Jikes</A>
+- Jikes is an IBM project to develop a faster java compiler and includes
+an incremental mode.  Jikes is now Open Source and a <A
+HREF="http://www.freebsd.org/cgi/pds.cgi?ports/java/jikes">port</A> has
+been created for FreeBSD (/usr/ports/java/jikes).  <B>Highly recommended!</B>
+<LI>
 <A HREF="http://www.dragon1.net/software/tya/">TYA</A>
-- Just In Time compiler (open source code).  Source may be found at <A HREF="ftp://gonzalez.cyberus.ca/pub/Linux/java">ftp://gonzalez.cyberus.ca/pub/Linux/java</A>.</LI>
+- Just In Time compiler (open source code).  Source may be found at <A HREF="ftp://gonzalez.cyberus.ca/pub/Linux/java">ftp://gonzalez.cyberus.ca/pub/Linux/java</A>.
 <LI>
 <A HREF="http://www.shudo.net/jit/">shuJIT</A>
-- Just In Time compiler for Sun JVM/IA32 (open source code).</LI>
+- Just In Time compiler for Sun JVM/IA32 (open source code).
 <LI>
 <A HREF="http://www.gjt.org/~sp/jedit.html">jEdit</A>
-- An open source programmer's text editor written entirely in Java.</LI>
-<LI>
-<A HREF="http://www.alphaworks.ibm.com/formula/Jikes">Jikes</A> -  Jikes
- is an IBM project to develop a faster java compiler and includes an incremental
- mode.  Jikes is now Open Source and a <A HREF="http://www.freebsd.org/cgi/pds.cgi?ports/java/jikes">port</A> has been created for FreeBSD (/usr/ports/java/jikes).</LI>
-
+- An open source programmer's text editor written entirely in Java.
 <LI>
 <A HREF="http://rummelplatz.uni-mannheim.de/~boemers/JaWavedit/">JaWavedit</A>
-- A sound editing ("Java Wave Edit") package.</LI>
-
+- A sound editing ("Java Wave Edit") package.
 <LI>
 <A HREF="http://seanreilly.com/java/moneydance.html">MoneyDance</A> - This
-is a "Quicken" style application that keeps track of your personal finances.</LI>
-
+is a "Quicken" style application that keeps track of your personal finances.
 <LI>
 <A HREF="http://www.mirabilis.com/download/step-by-step-java.html">ICQ</A>
 - The instant internet communications system. Nearly 4.5 million users!
@@ -484,14 +546,12 @@
 get with this may be ICQ's fault and not JDK's.  Most notable is the connection
 "feature".  This can be worked around in many cases by assigning ICQ ports to
 communicate on rather than letting it choose.  (Use the firewall settings to
- accomplish this.)</LI>
-
+ accomplish this.)
 <LI>
 <A HREF="http://www.aol.com/aim/home.html">AIM</A> - America Online and
 Netscape's answer to ICQ. (AIM = AOL Instant Messenger) (You do not need
 to be a subscriber to AOL to use this service.)  This works very well 
-with current releases of the JDK</LI>
-
+with current releases of the JDK.
 <LI>
 <A HREF="http://www.arlut.utexas.edu/gash2">Ganymede</A> - A large-scale
 GPL'ed network directory management system written in 100% Java, which
@@ -551,7 +611,7 @@
 
 <P>Current page maintainer is Nate Williams <A HREF="mailto:nate@FreeBSD.org">nate@FreeBSD.org</A>
 
-<P>Last modified $Date: 1999/09/23 00:56:17 $
+<P>Last modified $Date: 1999/11/10 00:17:01 $
 <HR WIDTH="100%">
 <BR>
 <HR>
=========================================================================
--- /home/daichi/FreeBSDWWW/003Java/ja.java.html	Wed Nov  3 22:51:30 1999
+++ ./ja.java.html	Wed Nov 10 16:11:33 1999
@@ -36,8 +36,7 @@
 <P>
  <B>$BCm0U(B</B>: $B%P!<%8%g%s(B 2.2 $B0JA0$N(B FreeBSD ($BNc$($P(B FreeBSD 2.1.5) 
  $B$O%5%]!<%H$7$F$$$^$;$s(B.
- $B$^$?(B, ELF $BHG$K$O(B, 1999$BG/(B 3$B7n(B 24$BF|$K(B FreeBSD 3.1-stable $B$H(B 4.0-current
- $B$KBP$7$FJQ99$,;\$5$l$?(B FreeBSD$B%m!<%@(B $B$,I,MW$G$9(B. </TD>
+</TD>
 
 </TR>
 </TABLE>
@@ -52,7 +51,7 @@
 1.&nbsp; <I><A HREF="#ch-1">$B%K%e!<%9(B</A></I></DD>
 
 <DD>
-2.&nbsp; <I><A HREF="#ch-2">$B$I$3$+$iF~<j$9$k$+(B?</A></I></DD>
+2.&nbsp; <I><A HREF="#ch-2">$B$I$3$+$iF~<j$9$k$+(B?/$B%_%i!<%5%$%H$J$I(B</A></I></DD>
 
 <DD>
 3.&nbsp; <I><A HREF="#ch-3">$B%$%s%9%H!<%k(B</A></I></DD>
@@ -78,9 +77,35 @@
 
 
 <!-- Start CHAPTER 1 (): News -->
-<H1>
-<A NAME="ch-1"></A><FONT COLOR="#660000">1.&nbsp;&nbsp; $B%K%e!<%9(B</FONT></H1>
-1999$BG/(B 9$B7n(B 22$BF|(B:
+<H1><A NAME="ch-1"></A><FONT COLOR="#660000">1.&nbsp;&nbsp; $B%K%e!<%9(B</FONT></H1>
+
+<P>
+$B@$3&Cf$NJ}$,%@%&%s%m!<%I$r;n$_$^$9$N$G(B, 
+$B$3$3$+$i%U%!%$%k$r%@%&%s%m!<%I$9$kBe$o$j$K(B
+$BK\%Z!<%8$N:G8e$NJ}$K5-:\$5$l$F$$$k%_%i!<%5%$%H$+$i(B
+$B$"$J$?$NCO0h$K6a$$>l=j$K$"$k%5%$%H$r%A%'%C%/$7$F(B, 
+$B$=$A$i$NJ}$+$i%@%&%s%m!<%I$r;n$_$F$/$@$5$$(B. 
+</P>
+
+<I>1999$BG/(B 11$B7n(B 9$BF|(B:</I> 
+$B%^%k%A%-%c%9%H%P%0$r;}$C$F$$$?8D!9$N%/%i%9$r=$@5$7$?(B JDK1.1.8 $B$N%j%j!<%9$G$9(B. 
+<UL>
+<LI>
+<A HREF="http://www.freebsd.org/java/jdk1.1.8_AOUT.V1999-11-9.tar.gz">jdk1.1.8_AOUT.V1999-11-9.tar.gz</A>.
+A.OUT $B%P%$%J%j7A<0$r;H$&(B FreeBSD 2.2.* $B%P!<%8%g%sMQ(B.
+<LI>
+<A HREF="http://www.freebsd.org/java/jdk1.1.8_ELF.V1999-11-9.tar.gz">jdk1.1.8_ELF.V1999-11-9.tar.gz</A>.
+ELF $B%P%$%J%j7A<0$r;H$&(B FreeBSD 3.* $B$H(B 4.* $B%P!<%8%g%sMQ(B.
+$BCm(B:-current $B$G$OJQ99$NHV9f$KCm0U$7$F$/$@$5$$(B. 
+$B$b$7$+$9$k$H(B JDK $B$OF0:n$7$J$$$+$b$7$l$^$;$s(B. 
+</UL>
+
+<I>1999 $BG/(B 10$B7n(B 11$BF|(B:</I> 
+Java2/JDK1.2 $B0\?":n6H$,:F3+$5$l$^$7$?(B. 
+FreeBSD 3.3-stable/ELF $B%\%C%/%98~$1$K(B, $B6a!9(B, $BAa4|%"%k%U%!%j%j!<%9$,$"$k$H;W$$$^$9(B. 
+</UL>
+
+<I>1999$BG/(B 9$B7n(B 22$BF|(B:</I>
 JDK $B$N%9%T!<%I%"%C%W$r9T$$(B, 
 $B%f!<%6$K;XE&$5$l$?$5$i$K$$$/$D$+$N%P%0$r:F$S=$@5$7$F99?7$7$?(B JDK1.1.8 $B$G$9(B. 
 $B>\$7$/$OK\%j%j!<%9$K4^$^$l$F$$$k(B README.FreeBSD $B$r$4Mw$/$@$5$$(B. 
@@ -93,7 +118,7 @@
 ELF $B%P%$%J%j7A<0$r;H$&(B FreeBSD 3.* $B$H(B 4.* $B%P!<%8%g%sMQ(B.
 </UL>
 
-1999$BG/(B 7$B7n(B 19$BF|(B: 
+<I>1999$BG/(B 7$B7n(B 19$BF|(B: </I>
 $B$A$g$C$H(B($B$7$+$7LBOG$J%P%0$G$7$?$,(B)$B=$@5$7$F99?7$7$?(B JDK1.1.8 $B%j%j!<%9$G$9(B. 
 $B$^$:(B, $B%M%C%H%Q%C%A(B($B0J2<$r;2>H(B)$B$,%S%k%I$K<h$j9~$^$l$^$7$?(B. 
 $B<!$K(B, $BLBOG$JIbF0>.?tE@%P%0$,H/8+$5$l=$@5$5$l$^$7$?(B. 
@@ -110,7 +135,7 @@
 </UL>
 
 
-1999$BG/(B 7$B7n(B 2$BF|(B: 
+<I>1999$BG/(B 7$B7n(B 2$BF|(B: </I>
 JAVA $B$N(B 
 <A HREF="http://java.sun.com/products/javacomm/index.html">JAVA's CommAPI</A>
 $B$r(B FreeBSD $B%3%_%e%K%F%#$,L5NA$GMxMQ$G$-$k$h$&$K$9$k$3$H$rL\;X$9(B 
@@ -123,7 +148,7 @@
 $B%W%m%8%'%/%H$K;22C$7$?$$J}$O(B, $B5$7Z$KH`$K%3%s%?%/%H$r$H$C$F$@$5$$(B.
 </UL>
 
-1999$BG/(B 6$B7n(B 8$BF|(B: 
+<I>1999$BG/(B 6$B7n(B 8$BF|(B: </I>
 JDK 1.1.8 $B%j%j!<%9$K$A$g$C$H$7$?%P%0$,8+$D$+$j$^$7$?(B.
 UDP $B%=%1%C%H$r;H$&>l9g$K1F6A$,$"$j$^$9(B.
 $B%V%m!<%I%-%c%9%H%"%I%l%9$K%Q%1%C%H$rAw$m$&$H$9$k$H(B,
@@ -147,7 +172,7 @@
 ELF $B%P%$%J%j7A<0$r;H$&(B FreeBSD 3.* $B$H(B 4.* $B%P!<%8%g%sMQ(B.
 </UL>
 
-1999$BG/(B 6$B7n(B 3$BF|(B: 
+<I>1999$BG/(B 6$B7n(B 3$BF|(B: </I>
 A.OUT $B$H(B ELF $B$N(B JDK 1.1.8 $B$N%j%j!<%9(B.
 $B$3$N%j%j!<%9$G$O(B, $B@N$N(B 3.* $B$N(B ELF $B$N%j%j!<%9$r%5%]!<%H$7$^$9(B ($BJQ99$5$l$?%m!<%@!<$OI,MW$"$j$^$;$s(B). 
 $B$^$?(B, FreeBSD $B$N$9$Y$F$N%j%j!<%9$G(B 
@@ -162,7 +187,7 @@
 </UL>
 
 
-1999$BG/(B 6$B7n(B 1$BF|(B: JDK2 $B$N>u67(B
+<I>1999$BG/(B 6$B7n(B 1$BF|(B: </I>JDK2 $B$N>u67(B
 <UL>
 <LI>
 JDK1.2/JDK2 $B$N0\?":n6H$O$H$F$b$f$C$/$j?J$s$G$$$^$9(B. 
@@ -175,7 +200,7 @@
 </UL>
 
 
-1999$BG/(B 4$B7n(B 16$BF|(B: $B?7$7$$(B JDK1.1.7 A.OUT $B$N%j%j!<%9(B.
+<I>1999$BG/(B 4$B7n(B 16$BF|(B: </I>$B?7$7$$(B JDK1.1.7 A.OUT $B$N%j%j!<%9(B.
 $B$3$l$O(B 3$B7n$N%j%j!<%9$N%S%k%I>e$NLdBj$KBP$9$k=$@5$G$9(B.
 $B6a$$>-Mh(B, $B?7$7$$(B ELF $B%j%j!<%9$r:n@.$7$F(B, 
 $B8E$$(B 3.0 $B7O$N%j%j!<%9$b%5%]!<%H$9$kM=Dj$G$9(B.
@@ -185,7 +210,7 @@
 A.OUT $B%P%$%J%j7A<0$r;HMQ$9$k(B, FreeBSD $B$N(B $B%P!<%8%g%s(B 2.2.* $BMQ(B.
 </UL>
 
-1999$BG/(B 3$B7n(B 26$BF|(B: JDK1.1.7 $B$G(B ELF $B$r%5%]!<%H(B. 
+<I>1999$BG/(B 3$B7n(B 26$BF|(B: </I>JDK1.1.7 $B$G(B ELF $B$r%5%]!<%H(B. 
 $B$"$o$;$F(B, $B$A$g$C$H$7$?%P%0=$@5$r4^$`?7$7$$(B A.OUT $B$N%j%j!<%9(B.
 <UL>
 <LI>
@@ -211,7 +236,7 @@
 <PRE># install -c -s -o bin -g bin -m 555 -C -fschg <B>ld-elf.so.1</B> /usr/libexec</PRE>
 </UL>
 
-1999$BG/(B 3$B7n(B 16$BF|(B: $B3+H/$N8=>u$N$*CN$i$;(B:
+<I>1999$BG/(B 3$B7n(B 16$BF|(B:</I> $B3+H/$N8=>u$N$*CN$i$;(B:
 <UL>
 <LI>
 ELF $BHG(B JDK1.1.7 : JDK1.1.7 $B$N(B ELF $BMQ%S%k%I(B
@@ -227,7 +252,7 @@
 $BH`$i$,%=!<%9%3!<%I:9J,$r8xI=$9$k$l$P(B, $B2f!9$N3+H/$N=u$1$K$J$j$^$9(B). 
 </UL>
 
-1998$BG/(B 12$B7n(B 21$BF|(B: <A HREF="http://www.freebsd.org/java/jdk1.1.7.V98-12-21.tar.gz">jdk1.1.7.V98-12-21.tar.gz</A>.
+<I>1998$BG/(B 12$B7n(B 21$BF|(B: </I><A HREF="http://www.freebsd.org/java/jdk1.1.7.V98-12-21.tar.gz">jdk1.1.7.V98-12-21.tar.gz</A>.
 <UL>
 <LI>
 JDK1.1.7 $B$N%P%0=$@5HG(B. 
@@ -237,7 +262,7 @@
 JRE $B$b$^$?$h$j;H$$$d$9$/$J$C$F$$$k$O$:$G$9$7(B, $B$b$&K\Ev$K(B Keith $B$K46<U$G$9(B. 
 
 </UL>
-1998$BG/(B 11$B7n(B 14$BF|(B: <A HREF="http://www.freebsd.org/java/jdk1.1.7.V98-11-5.tar.gz">jdk1.1.7.V98-11-5.tar.gz</A>.
+<I>1998$BG/(B 11$B7n(B 14$BF|(B:</I> <A HREF="http://www.freebsd.org/java/jdk1.1.7.V98-11-5.tar.gz">jdk1.1.7.V98-11-5.tar.gz</A>.
 <UL>
 <LI>
 JDK1.1.7 $B$X$N99?7(B. 
@@ -246,7 +271,7 @@
 $B$K46<U$7$^$9(B. 
 
 </UL>
-1998$BG/(B 9$B7n(B 23$BF|(B: <A HREF="http://www.freebsd.org/java/jdk1.1.6.V98-9-23.tar.gz">jdk1.1.6.V98-9-23.tar.gz</A>.
+<I>1998$BG/(B 9$B7n(B 23$BF|(B: </I><A HREF="http://www.freebsd.org/java/jdk1.1.6.V98-9-23.tar.gz">jdk1.1.6.V98-9-23.tar.gz</A>.
 <UL>
 <LI>
 8$B7n(B 14$BF|IU$N(B JDE $B$H(B JRE $B$OAPJ}$G(B 
@@ -256,21 +281,21 @@
 
 </UL>
 
-1998$BG/(B 8$B7n(B 22$BF|(B:
+<I>1998$BG/(B 8$B7n(B 22$BF|(B:</I>
 <UL>
 <LI>
 JDK ftp $B%_%i!<$H(B ftp $B%"%/%;%9$rDs6!$7$F$/$@$5$C$?B??t$N%5%$%H$r%j%9%H$K2C$($F(B, 
 $B%Z!<%8$r99?7$7$^$7$?(B. $B$_$J$5$s$"$j$,$H$&(B!
 </UL>
 
-1998$BG/(B 8$B7n(B 14$BF|(B: <A HREF="http://www.freebsd.org/java/jdk1.1.6.V98-8-14.tar.gz">jdk1.1.6.V98-8-14.tar.gz</A>.
+<I>1998$BG/(B 8$B7n(B 14$BF|(B: </I><A HREF="http://www.freebsd.org/java/jdk1.1.6.V98-8-14.tar.gz">jdk1.1.6.V98-8-14.tar.gz</A>.
 <UL>
 <LI>
 $B:#2s(B ServerSockets $B$K$F(B SO_REUSEADDR $B%*%W%7%g%s$,@5$7$/@_Dj$5$l$^$7$?(B
 ($B$=$NB>$N%=%1%C%H$K$b1F6A$,$"$k$+$b$7$l$^$;$s(B).
 </UL>
 
-1998$BG/(B 7$B7n(B 21$BF|(B: <A HREF="http://www.freebsd.org/java/jdk1.1.6.V98-7-21.tar.gz">jdk1.1.6.V98-7-21.tar.gz</A>.
+<I>1998$BG/(B 7$B7n(B 21$BF|(B: </I><A HREF="http://www.freebsd.org/java/jdk1.1.6.V98-7-21.tar.gz">jdk1.1.6.V98-7-21.tar.gz</A>.
 <UL>
 <LI>
 JDK1.1.6 $B$X$N99?7(B. $BK\%j%j!<%9$K9T$-Ce$/$^$G(B, 
@@ -306,25 +331,25 @@
  
 </UL>
 
-1998$BG/(B 5$B7n(B 5$BF|(B:
+<I>1998$BG/(B 5$B7n(B 5$BF|(B:</I>
 <UL>
 <LI>
 FreeBSD $B$G%5%s(B JWS (Java $B%o!<%/%7%g%C%W(B) $B$rMxMQ$9$kJ}K!$N@bL@$r2C$($F%Z!<(B
 $B%8$r99?7$7$^$7$?(B. 
 </UL>
 
-1998$BG/(B 2$B7n(B 25$BF|(B: <A HREF="http://www.freebsd.org/java/jdk1.1.5.V98-2-25.tar.gz">jdk1.1.5.V98-2-25.tar.gz</A>.
+<I>1998$BG/(B 2$B7n(B 25$BF|(B: </I><A HREF="http://www.freebsd.org/java/jdk1.1.5.V98-2-25.tar.gz">jdk1.1.5.V98-2-25.tar.gz</A>.
 <UL>
 <LI>
-$B:#2s:F$S(B 2.2.2 $B$K$F%S%k%I$7$?(B JDK $B$,F0:n$9$k$h$&$K$J$j$^$7$?(B. </LI>
+$B:#2s:F$S(B 2.2.2 $B$K$F%S%k%I$7$?(B JDK $B$,F0:n$9$k$h$&$K$J$j$^$7$?(B. 
 </LI>
 
 <LI>
-$B:#2s(B AWT $B$O@5$7$/%&%#%s%I%&L>$r@_Dj$7$^$9(B. </LI>
+$B:#2s(B AWT $B$O@5$7$/%&%#%s%I%&L>$r@_Dj$7$^$9(B. 
 
 <LI>
 $B%@%$%"%m%0%\%C%/%9$N%\%?%s$r2?EY$b2!$7$?$H$-(B core $B$rEG$/$H$$$&(B, 
-$B8+$D$1$K$/$+$C$?%P%0$r=$@5$7$^$7$?(B. </LI>
+$B8+$D$1$K$/$+$C$?%P%0$r=$@5$7$^$7$?(B. 
 
 <LI>
 $B%$%a!<%8$r;H$C$F$$$k$H6&M-%a%b%j(B(SHMEM) $B$,2rJ|$5$l$:$K(B
@@ -332,12 +357,12 @@
 
 </UL>
 
-1998$BG/(B 2$B7n(B 12$BF|(B:
+<I>1998$BG/(B 2$B7n(B 12$BF|(B:</I>
 <UL>
 <LI>
 Johan Larsson $B$,4r$7$$$3$H$K(B JDK $B$N(B ftp 
 $B%_%i!<%5%$%H$r@_$1$F$/$@$5$$$^$7$?$N$G(B, 
-HTTP $B$rMxMQ$9$k$N$,7y$JJ}$O(B, $BH`$N%5%$%H$+$i5$7Z$KF~<j$7$F$/$@$5$$(B. </LI>
+HTTP $B$rMxMQ$9$k$N$,7y$JJ}$O(B, $BH`$N%5%$%H$+$i5$7Z$KF~<j$7$F$/$@$5$$(B. 
 
 <LI>
 'Steaming Cup of Java' $B$N%m%4$r%5%s(B
@@ -346,7 +371,7 @@
 </LI>
 
 </UL>
-1998$BG/(B 2$B7n(B 9$BF|(B: <A HREF="http://www.freebsd.org/java/jdk1.1.5.V98-2-8.tar.gz">jdk1.1.5.V98-2-8.tar.gz</A>.
+</I>1998$BG/(B 2$B7n(B 9$BF|(B: </I><A HREF="http://www.freebsd.org/java/jdk1.1.5.V98-2-8.tar.gz">jdk1.1.5.V98-2-8.tar.gz</A>.
 <UL>
 <LI>
 Process.waitFor() $B%P%0$r=$@5(B. 
@@ -363,20 +388,20 @@
 
 <LI>
 PIPE $B$KBP$9$k%N%s%V%m%C%-%s%0(B (non-blocking) $B%j!<%I$O(B, 
-OS $B$N%P!<%8%g%s$K4X78$J$/?.Mj$7$?F0:n$r$7$^$;$s(B. </LI>
+OS $B$N%P!<%8%g%s$K4X78$J$/?.Mj$7$?F0:n$r$7$^$;$s(B. 
 
 <LI>
-$B:#2s%^%k%A%-%c%9%H$,F0:n$9$k$h$&$K$J$j$^$7$?(B. </LI>
+$B:#2s%^%k%A%-%c%9%H$,F0:n$9$k$h$&$K$J$j$^$7$?(B. 
 </UL>
-1998$BG/(B 1$B7n(B:
+<I>1998$BG/(B 1$B7n(B:</I>
 <UL>
 <LI>
 FreeBSD 'JDK' $B0\?"%A!<%`$r7k@.$7$^$7$?(B.
-$B$3$l$+$i$O(B FreeBSD $BMQ$N?7$7$$(B JDK $B%j%j!<%9$r6&F1$G:n@.$7$^$9(B. </LI>
+$B$3$l$+$i$O(B FreeBSD $BMQ$N?7$7$$(B JDK $B%j%j!<%9$r6&F1$G:n@.$7$^$9(B. 
 
 <LI>
 $B?7$7$$(B JDK1.1.5 $B$O(B, Motif $B%i%$%V%i%j$H@EE*$K%j%s%/$5$l$F$$$^$9(B.
-($BIT9,$K$b(B, $B$3$N%j%j!<%9$O(B ftp $B%5!<%P$N%G%#%9%/%/%i%C%7%e$G<:$o$l$F$7$^$$$^$7$?(B)</LI>
+($BIT9,$K$b(B, $B$3$N%j%j!<%9$O(B ftp $B%5!<%P$N%G%#%9%/%/%i%C%7%e$G<:$o$l$F$7$^$$$^$7$?(B)
 </UL>
 
 
@@ -386,15 +411,15 @@
 
 
 
-<!-- End CHAPTER --><!-- Start CHAPTER 2 (): Where do I get it? -->
+<!-- End CHAPTER --><!-- Start CHAPTER 2 (): Where do I get it?/Mirrors -->
 <H1>
-<A NAME="ch-2"></A><FONT COLOR="#660000">2.&nbsp;&nbsp; $B$I$3$+$iF~<j$9$k$+(B? </FONT></H1>
+<A NAME="ch-2"></A><FONT COLOR="#660000">2.&nbsp;&nbsp; $B$I$3$+$iF~<j$9$k$+(B?/$B%_%i!<%5%$%H$J$I(B</FONT></H1>
 $B:G?7HG$O(B,
 ELF (FreeBSD $B%P!<%8%g%s(B 3 $B$^$?$O(B 4) $BMQ$,(B
-<A HREF="http://www.freebsd.org/java/jdk1.1.8_ELF.V99-9-22.tar.gz">jdk1.1.8_ELF.V99-9-22.tar.gz</A>
+<A HREF="http://www.freebsd.org/java/jdk1.1.8_ELF.V1999-11-9.tar.gz">jdk1.1.8_ELF.V1999-11-9.tar.gz</A>
 $B$G$9(B.
 $B$^$?(B, $B8E$$(B 2.2 $B7O%j%j!<%9MQ$K$O(B
-<A HREF="http://www.freebsd.org/java/jdk1.1.8_AOUT.V99-9-22.tar.gz">jdk1.1.8_AOUT.V99-9-22.tar.gz</A>
+<A HREF="http://www.freebsd.org/java/jdk1.1.8_AOUT.V1999-11-9.tar.gz">jdk1.1.8_AOUT.V1999-11-9.tar.gz</A>
 $B$r<h$k$3$H$,$G$-$^$9(B.
 $BN>J}$N%j%j!<%9$r%S%k%I$9$k$?$a$K;H$C$?%Q%C%A$O(B
 <A HREF="http://www.freebsd.org/java/patches.tar.gz">$B$3$3(B</A>$B$K$"$j$^$9(B. 
@@ -404,16 +429,28 @@
 $B$^$?(B, $B9q:]HG$N(B JRE $B$N%j%j!<%9$b$"$j$^$9(B.
 <UL>
 <LI>
-<A HREF="http://www.freebsd.org/java/jre1.1.8i_AOUT.V99-9-22.tar.gz">jre1.1.8i_AOUT.V99-9-22.tar.gz</A>
+<A HREF="http://www.freebsd.org/java/jre1.1.8i_AOUT.V1999-11-9.tar.gz">jre1.1.8i_AOUT.V1999-11-9.tar.gz</A>
 <LI>
-<A HREF="http://www.freebsd.org/java/jre1.1.8i_ELF.V99-9-22.tar.gz">jre1.1.8i_ELF.V99-9-22.tar.gz</A>
+<A HREF="http://www.freebsd.org/java/jre1.1.8i_ELF.V1999-11-9.tar.gz">jre1.1.8i_ELF.V1999-11-9.tar.gz</A>
 </UL>
 
 <P>
-ftp $B$r9%$`J}$d(B, http $B$,MxMQ$G$-$J$$?M$O(B, $B<!$N%_%i!<%5%$%H$+$iF~<j$G$-$^$9(B. 
+$B<+J,$NCO0h$K6a$$>l=j$+$i%@%&%s%m!<%I$7$h$&$H$7$?$j(B, 
+http $B$,MxMQ$G$-$J$$?M$O(B, $B0J2<$N%_%i!<%5%$%H$+$i%@%&%s%m!<%I$r;n$_$F$/$@$5$$(B. 
 <UL>
 <LI>
 <A
+HREF="http://mirror.aarnet.edu.au/pub/FreeBSD/JDK/">http://mirror.aarnet.edu.au/pub/FreeBSD/JDK/</A>
+
+<LI>
+<A
+HREF="ftp://mirror.aarnet.edu.au/pub/FreeBSD/JDK/">ftp://mirror.aarnet.edu.au/pub/FreeBSD/JDK/</A>
+<BR>$B%*!<%9%H%i%j%"(B/$B%K%e!<%8!<%i%s%I$N$_MxMQ$G$-$^$9(B. 
+$BBgMN$r1[$($F$3$N%_%i!<%5%$%H$rDs6!$7$F$/$l$?(B
+Jason Andrade (jason@dstc.edu.au) $B$K46<U$7$^$9(B. 
+
+<LI>
+<A
 HREF="ftp://ftp.sc.sri.com/pub/FreeBSD/JDK/">ftp://ftp.sc.sri.com/pub/FreeBSD/JDK/</A>
 <BR>$B$3$N%^%7%s$N@UG$<T$O;d(B(Nate)$B$G$9$N$G(B, $B:G?7HG$,CV$$$F$"$k$3$H$G$7$g$&(B :)
 
@@ -471,8 +508,8 @@
 $B%P%$%J%j$O(B <B>jdk1.1.8</B> $B$H$$$&%5%V%G%#%l%/%H%j$K%$%s%9%H!<%k$5$l$^$9(B. 
 
 <P><I>$BNc$($P(B:</I>
-<PRE>tar zxvpf <B>jdk1.1.8_ELF.V99-9-22.tar.gz</B> -C <B>/usr/local</B></PRE>
 
+<PRE>tar zxvpf <B>jdk1.1.8_ELF.V1999-11-9.tar.gz</B> -C <B>/usr/local</B></PRE>
 
 
 
@@ -552,14 +589,35 @@
 <!-- End CHAPTER --><!-- Start CHAPTER 7 (): Support? -->
 <H1>
 <A NAME="ch-7"></A><FONT COLOR="#660000">7.&nbsp;&nbsp; $B%5%]!<%H(B?</FONT></H1>
-Java $B$N0lHLE*$J$3$H$K$D$$$F$N%5%]!<%H$O(B 
-<A HREF="mailto:freebsd-java@freebsd.org">freebsd-java@FreeBSD.org</A>
-$B%a!<%j%s%0%j%9%H$h$jF@$i$l$^$9(B. 
+
+$BD>@\%a!<%j%s%0%j%9%H$K%a!<%k$r$@$9A0$K(B, 
+<A HREF="http://www.freebsd.org/mail/">browse</A> $B$d(B
+<A HREF="http://www.freebsd.org/search/search.html">search</A> 
+$B$K$F(B freebsd-java $B%a!<%j%s%0%j%9%H$N2a5n%m%0$rD4$Y$F$/$@$5$$(B. 
+$BB?$/$N0lHLE*$J<ALd$O(B, $B$9$G$K2rEz$5$l$F$$$^$9(B. 
 
 <P>
-$B0\?"$K$D$$$F$N<ALd$d%P%0$NJs9p$O(B
-<A HREF="mailto:java-port@FreeBSD.org">java-port@FreeBSD.org</A>
-<B>$B$K$b(B</B>$BAw$C$F$/$@$5$$(B. 
+$B0lHLE*$J(B FreeBSD/Java $B$K4X$9$k%5%]!<%H$O(B
+<A HREF="mailto:freebsd-java@freebsd.org">freebsd-java@FreeBSD.org</A>
+$B%a!<%j%s%0%j%9%H$+$iF@$k$3$H$,$G$-$^$9(B. 
+$B%a!<%j%s%0%j%9%H$K;22C$9$k$K$O(B, 
+$B0J2<$NL?Na$r%a!<%k$N%\%G%#$K5-=R$7$F(B
+<A HREF="mailto:majordomo@freebsd.org">majordom@FreeBSD.org</A>
+$B$KAw$k$3$H$GF@$k$3$H$,$G$-$^$9(B. 
+<PRE>
+   subscribe freebsd-java your-email-address@yourmachine.com
+</PRE>
+
+<P></B>$B$"$?$J$,4uK>$7$F$$$k5!G=$N>u67$K$D$$$F(B, $B0\?"%A!<%`$K%a!<%k$rAw$k$N$O(B
+$B$I$&$+(B<I>$B;_$a$F$/$@$5$$(B</I>. 
+$B8=>u$NJs9p$O(B, $BF~<j2DG=$K$J$C$?;~E@$G0lHL$N%a!<%j%s%0%j%9%H$KJs9p$5$l$^$9(B. </B>
+
+
+<P>$B0\?"$K4X$9$k5;=QE*$J<ALd$H%P%0Js9p$O(B<B>$BAPJ}$H$b$K(B</B>
+<A HREF="mailto:java-port@FreeBSD.org">java-port@FreeBSD.org</A>.
+$B$XAw$C$F$/$@$5$$(B. 
+
+
 <BR><B>$BCm0U(B:</B>"java-port" $B$O(B FreeBSD JDK $B0\?"%A!<%`$N$?$a$NJD$8$?%a!<%j%s%0%j%9%H$G$9(B.
 (Sun $B$O(B, JDK $B%=!<%9%3!<%I$X$N%"%/%;%95v2D$rM?$($k0JA0$K(B,
 $B=pL>:Q$_$N%i%$%;%s%9$r(B Sun $B$,<u$1<h$k$3$H$rMW5a$7$F$$$^$9(B.)
@@ -568,10 +626,10 @@
 $B$-$A$s$HJVEz$7$F$b$i$&$K$O(B, 
 <UL>
 <LI>
-$BLdBj$r$G$-$k$+$.$j@53N$K=q$/$h$&$K$7$F$/$@$5$$(B.</LI>
+$BLdBj$r$G$-$k$+$.$j@53N$K=q$/$h$&$K$7$F$/$@$5$$(B.
 
 <LI>
-$BLdBj$,5/$-$k%=!<%9(B/$B%/%i%9$N(B URL/$B%Q%9$r<($7$F$/$@$5$$(B.</LI>
+$BLdBj$,5/$-$k%=!<%9(B/$B%/%i%9$N(B URL/$B%Q%9$r<($7$F$/$@$5$$(B.
 </UL>
 
 
@@ -588,8 +646,26 @@
 <PRE>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <B>/usr/local/jdk1.1.8/demo</B></PRE>
 $B$"$J$?$,;n$7$F$_$?$$$+$b$7$l$J$$(B,
 $BBh;0<T$K$h$k$5$i$KM-MQ$J%"%W%l%C%H(B/$B%G%b$N$$$/$D$+$O(B:
+
 <UL>
 <LI>
+<A HREF="http://java.sun.com/products/jfc/download.html">Swing/JFC</A>
+- JDK1.1 $B8~$1$N(B Swing $B%/%i%974$O(B, FreeBSD JDK $B$HHs>o$KAj@-NI$/F0:n$7$^$9(B. 
+$B%Z!<%8$KHt$S(B, $B%\%?%s$,$"$k$H$3$m$^$G%9%/%m!<%k$7$F(B, 
+'Standard' $B$NG[I[J*$rF~<j$7$F$/$@$5$$(B. 
+<B>$B$9$4$/$*4+$a$G$9(B!</B>
+
+<LI>
+<A HREF="http://www.alphaworks.ibm.com/formula/Jikes">Jikes</A> 
+- Jikes $B$H$$$&$N$O(B,
+ $B$h$j9bB.$J(B Java $B$N%3%s%Q%$%i$r3+H/$9$k(B IBM $B$N%W%m%8%'%/%H$G(B,
+ $B%$%s%/%j%a%s%?%k%b!<%I$r;}$C$F$$$^$9(B.
+ Jikes $B$O(B, $B:#$O%*!<%W%s%=!<%9$G(B,
+ FreeBSD $BMQ$N(B<A HREF="http://www.freebsd.org/cgi/pds.cgi?ports/java/jikes">$B0\?"HG(B</A>
+ $B$,:n@.$5$l$^$7$?(B (/usr/ports/java/jikes). 
+<B>$B$9$4$/$*4+$a$G$9(B!</B>
+
+<LI>
 <A HREF="http://www.dragon1.net/software/tya/">TYA</A>
 - $B%8%c%9%H%$%s%?%$%`%3%s%Q%$%i(B ($B%*!<%W%s%=!<%9%3!<%I(B).
 <A HREF="ftp://gonzalez.cyberus.ca/pub/Linux/java">ftp://gonzalez.cyberus.ca/pub/Linux/java</A>
@@ -598,29 +674,20 @@
 
 <LI>
 <A HREF="http://www.shudo.net/jit/">shuJIT</A>
-- $B%5%s$N(B JVM/IA32 $BMQ$N%8%c%9%H%$%s%?%$%`%3%s%Q%$%i(B ($B%*!<%W%s%=!<%9%3!<%I(B). </LI>
+- $B%5%s$N(B JVM/IA32 $BMQ$N%8%c%9%H%$%s%?%$%`%3%s%Q%$%i(B ($B%*!<%W%s%=!<%9%3!<%I(B). 
 
 <LI>
 <A HREF="http://www.gjt.org/~sp/jedit.html">jEdit</A>
-- $B%*!<%W%s%=!<%9%W%m%0%i%^$N%F%-%9%H%(%G%#%?$G(B, $B40A4$K(B Java $B$G=q$+$l$F$$$^$9(B.</LI>
-
-<LI>
-<A HREF="http://www.alphaworks.ibm.com/formula/Jikes">Jikes</A> 
-- Jikes $B$H$$$&$N$O(B,
- $B$h$j9bB.$J(B Java $B$N%3%s%Q%$%i$r3+H/$9$k(B IBM $B$N%W%m%8%'%/%H$G(B,
- $B%$%s%/%j%a%s%?%k%b!<%I$r;}$C$F$$$^$9(B.
- Jikes $B$O(B, $B:#$O%*!<%W%s%=!<%9$G(B,
- FreeBSD $BMQ$N(B<A HREF="http://www.freebsd.org/cgi/pds.cgi?ports/java/jikes">$B0\?"HG(B</A>
- $B$,:n@.$5$l$^$7$?(B (/usr/ports/java/jikes). </LI>
+- $B%*!<%W%s%=!<%9%W%m%0%i%^$N%F%-%9%H%(%G%#%?$G(B, $B40A4$K(B Java $B$G=q$+$l$F$$$^$9(B.
 
 <LI>
 <A HREF="http://rummelplatz.uni-mannheim.de/~boemers/JaWavedit/">JaWavedit</A>
-- $B%5%&%s%IJT=8%Q%C%1!<%8(B("Java Wave Edit").</LI>
+- $B%5%&%s%IJT=8%Q%C%1!<%8(B("Java Wave Edit").
 
 <LI>
 <A HREF="http://seanreilly.com/java/moneydance.html">MoneyDance</A> - 
 $B$3$l$O!H(BQuicken$B!I%9%?%$%k$N8D?M8~$1;q;:4IM}%"%W%j%1!<%7%g%s$G$9(B
-($BLuCm(B: $B$3$l$O$J$+$J$+9bEY$JM=;;4IM}%"%W%j%1!<%7%g%s$G$9(B)</LI>
+($BLuCm(B: $B$3$l$O$J$+$J$+9bEY$JM=;;4IM}%"%W%j%1!<%7%g%s$G$9(B)
 
 <LI>
 <A HREF="http://www.mirabilis.com/download/step-by-step-java.html">ICQ</A>
@@ -632,13 +699,13 @@
 $B:G$bCm0U$9$Y$-(B ICQ $B$NLdBj$O(B, $B@\B3$K4X$9$k!XFCD'!Y$G$7$g$&(B. 
 $B$3$l$OBgDq$N>l9g(B, $BDL?.$K;H$&(B ICQ $B%]!<%H$r(B, ICQ $B<+?H$KA*$P$;$k$N$G$O$J$/(B, 
 $B8GDjE*$K3d$jEv$F$k$3$H$G2sHr$G$-$^$9(B.
-($B$3$l$O(B firewall settings $B%a%K%e!<$N$H$3$m$G9T$$$^$9(B.)</LI>
+($B$3$l$O(B firewall settings $B%a%K%e!<$N$H$3$m$G9T$$$^$9(B.)
 
 <LI>
 <A HREF="http://www.aol.com/aim/home.html">AIM</A> 
 - $B%"%a%j%+%*%s%i%$%s$H%M%C%H%9%1!<%W$N(B ICQ $BBP93IJ(B. (AIM = AOL Instant Messenger)
 ($BK\%5!<%S%9$rMxMQ$9$k$?$a$K(B AOL $B$K2CF~$7$J$1$l$P$J$i$J$$$H$$$&$3$H$O$"$j$^$;$s(B.)
-$B$3$l$O8=:_%j%j!<%9$5$l$F$$$k(B JDK $B$G$H$F$bNI9%$KF0:n$7$^$9(B. </LI>
+$B$3$l$O8=:_%j%j!<%9$5$l$F$$$k(B JDK $B$G$H$F$bNI9%$KF0:n$7$^$9(B. 
 
 <LI>
 <A HREF="http://www.arlut.utexas.edu/gash2">Ganymede</A> - $BBg5,LO$J(B
@@ -728,7 +795,7 @@
 <A HREF="mailto:daichi@ongs.net">daichi@ongs.net</A> 
 $B$,9T$C$F$$$^$9(B. 
 
-<P>$B:G=*99?7F|(B $Date: 1999/09/23 00:56:17 $
+<P>$B:G=*99?7F|(B $Date: 1999/11/10 00:17:01 $
 <HR WIDTH="100%">
 <BR>
 <HR>

=========================================================================
----
 Daichi T.GOTO (ONGS)
    http://www.ongs.net/daichi, daichi@ongs.net
