From owner-freebsd-questions Tue Apr 8 23:02:56 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA28491 for questions-outgoing; Tue, 8 Apr 1997 23:02:56 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA28486 for ; Tue, 8 Apr 1997 23:02:51 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id XAA03351; Tue, 8 Apr 1997 23:02:45 -0700 (PDT) Date: Tue, 8 Apr 1997 23:02:44 -0700 (PDT) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Edward Wolpert cc: freebsd-questions@FreeBSD.ORG Subject: Re: Java 1.1(.1) for Freebsd... In-Reply-To: <199704071224.HAA17700@osti.rmt.i1.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 7 Apr 1997, Edward Wolpert wrote: > Is anyone working on the Java 1.1(.1) for Freebsd? Or are > people just waiting for Chapman's linux port, and run it on FBSD via > the emulator? (I rather not use netscape as my javac, or runtime...) I'm looking forward to it as well, so I'm on the most current as I learn Java, but a 1.02 native binary distribution exists. I installed it and wrangled with the environment variables, and finally got stuff to compile and run. Installing JDK 1.02 1. Fetch ftp://freefall.freebsd.org/pub/incoming/jdk102.11-26.tar.gz 2. Extract in location of your choice. 3. Install the pdksh package, if ksh isn't already installed. 4. Add /path/to/jdk/bin to your PATH 4. Add the following environment variables: CLASSPATH /path/to/jdk/classes.zip:. LD_LIBRARY_PATH /path/to/jdk/lib/i386 Rehash and have fun programming... Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major