From owner-FreeBSD-users-jp@jp.freebsd.org  Fri Sep 27 11:02:03 1996
Received: by mail.jp.freebsd.org (8.7.3+2.6Wbeta5/8.7.3) id LAA08742
	Fri, 27 Sep 1996 11:02:03 +0900 (JST)
Received: by mail.jp.freebsd.org (8.7.3+2.6Wbeta5/8.7.3) with SMTP id LAA08737
	for <freebsd-users-jp@jp.FreeBSD.org>; Fri, 27 Sep 1996 11:02:00 +0900 (JST)
Received: (from hosokawa@localhost) by frig.mt.cs.keio.ac.jp (8.6.12+2.4W/3.4Wbeta3) id LAA02969; Fri, 27 Sep 1996 11:01:58 +0900
Date: Fri, 27 Sep 1996 11:01:58 +0900
Message-Id: <199609270201.LAA02969@frig.mt.cs.keio.ac.jp>
To: freebsd-users-jp@jp.FreeBSD.org
From: hosokawa@mt.cs.keio.ac.jp (HOSOKAWA Tatsumi)
X-Mailer: mnews [version 1.18PL3] 1994-08/01(Mon)
Reply-To: FreeBSD-users-jp@jp.freebsd.org
X-Distribute: distribute [version 2.1 (Alpha) patchlevel=19]
X-Sequence: FreeBSD-users-jp 4888
Subject: [FreeBSD-users-jp 4888] [jmb@freefall.freebsd.org: JDK 1.0.2 for FreeBSD]
Errors-To: owner-FreeBSD-users-jp@jp.freebsd.org
Sender: owner-FreeBSD-users-jp@jp.freebsd.org

FYI

hosokawa

------ Forwarded Message

From: "Jonathan M. Bresler" <jmb@freefall.freebsd.org>
Message-Id: <199609270003.RAA20345@freefall.freebsd.org>
Subject: JDK 1.0.2 for FreeBSD
To: freebsd-announce@freefall.freebsd.org
Date: Thu, 26 Sep 1996 17:03:20 -0700 (PDT)
X-Mailer: ELM [version 2.4 PL24]
Content-Type: text
Sender: owner-freebsd-announce@FreeBSD.org
X-Loop: FreeBSD.org
Precedence: bulk

Announcement
------------
A native FreeBSD binary distribution of the JDK 1.0.2 is now available from
  freefall.FreeBSD.org:/pub/FreeBSD/LOCAL_PORTS/jdk102.tar.gz
This port contains the java interpreter, compiler, and appletviewer.
This is a completely unsupported distribution.

Installation
------------
1. Grab freefall.FreeBSD.org:/pub/FreeBSD/LOCAL_PORTS/jdk102.tar.gz.
2. Create a directory and untar the FreeBSD distribution in there.
3. Install the pdksh port.

Running the JDK
---------------
If your JDK directory is rooted at <jdk>, you need to set
  1. your path to include the <jdk>/bin directory
  2. CLASSPATH environment variable to .:<jdk>/classes
  3. LD_LIBRARY_PATH to include <jdk>/lib/i386
To compile a java program, invoke 'javac program.java'.
To run it, use 'java <name of main class>'.

Answers to Common Questions
---------------------------
Q: Do I need Motif?
A: No.

Q: Which version of FreeBSD does this work on?
A: I run the current version of FreeBSD, so that's the only version which
   I've verified.

Q: It doesn't work on my machine.  What do I do?
A: You are out of luck.  This is a completely unsupported distribution.

------ End of Forwarded Message
