From owner-freebsd-questions Sun Apr 13 23:42:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA20102 for questions-outgoing; Sun, 13 Apr 1997 23:42:47 -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 XAA20094 for ; Sun, 13 Apr 1997 23:42:45 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id XAA07792; Sun, 13 Apr 1997 23:42:40 -0700 (PDT) Date: Sun, 13 Apr 1997 23:42:40 -0700 (PDT) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Javier Liendo cc: FreeBSD Questions Subject: Re: Error trying to get jdk-1.0.2 In-Reply-To: <33519FA5.41C67EA6@servdgi.cem.itesm.mx> 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 Sun, 13 Apr 1997, Javier Liendo wrote: > I'm getting an error when trying to download the > jdk-1.0.2 from ftp.freebsd.org. What I am getting > is a file of ~1KB long. Obviously there is something > wrong. Could you tell me please where can I find > this port? That probably *is* the port, in the FreeBSD sense of the word. This is what I did to get java working: 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