From owner-freebsd-questions Fri May 9 09:36:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA14293 for questions-outgoing; Fri, 9 May 1997 09:36:34 -0700 (PDT) Received: from sujal.prognet.com (sujal.prognet.com [204.255.154.231]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA14288 for ; Fri, 9 May 1997 09:36:33 -0700 (PDT) Received: from localhost (smpatel@localhost) by sujal.prognet.com (8.8.4/8.8.4) with SMTP id JAA18095 for ; Fri, 9 May 1997 09:36:16 -0700 (PDT) X-Authentication-Warning: sujal.prognet.com: smpatel owned process doing -bs X-Received: from smyrno.sol.net (smyrno.sol.net [206.55.64.117]) by sujal.prognet.com (8.8.4/8.8.4) with ESMTP id VAA15922 for ; Thu, 8 May 1997 21:02:33 -0700 (PDT) X-Received: from hub.freebsd.org (hub.FreeBSD.ORG [204.216.27.18]) by smyrno.sol.net (8.8.5/8.8.3) with ESMTP id XAA02148 for ; Thu, 8 May 1997 23:02:45 -0500 (CDT) X-Received: from cs.nps.navy.mil (cs.nps.navy.mil [131.120.1.13]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id VAA08233 for ; Thu, 8 May 1997 21:02:37 -0700 (PDT) X-Received: from wes1 (slippc20.cs.nps.navy.mil) by cs.nps.navy.mil (4.1/SMI-4.1) id AA09865; Thu, 8 May 97 21:01:55 PDT Message-Id: <33723332.21EF@crosslogic.com> Date: Thu, 08 May 1997 21:10:26 +0000 From: Wes Hester Reply-To: software@crosslogic.com Organization: Crosslogic Corp. X-Mailer: Mozilla 3.01Gold (WinNT; I) Mime-Version: 1.0 To: smpatel@freebsd.org Subject: Java 1.0.2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit ReSent-Date: Fri, 9 May 1997 09:36:13 -0700 (PDT) ReSent-From: Sujal Patel ReSent-To: questions@freebsd.org ReSent-Message-ID: Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, I am trying to get Java 1.0.2 installed. I have untared the jdk tar file, and done the following: 1. your path to include the /bin directory 2. CLASSPATH environment variable to .:/classes.zip 3. LD_LIBRARY_PATH to include /lib/i386 However, what is meant in line 3 above. I tried to add the following to my .cshrc file> LD_LIBRARY_PATH .:/java/lib/i386 but when I reboot or source .cshrc it errors on this line. What advice do you have to offer? Thanks Wes