From owner-freebsd-questions Sat Jan 25 13:33:02 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA19069 for questions-outgoing; Sat, 25 Jan 1997 13:33:02 -0800 (PST) Received: from tok.qiv.com (root@[204.214.141.211]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA19064 for ; Sat, 25 Jan 1997 13:32:59 -0800 (PST) Received: (from uucp@localhost) by tok.qiv.com (8.7.5/8.7.3) with UUCP id PAA03441; Sat, 25 Jan 1997 15:30:33 -0600 Received: from localhost (jdn@localhost) by acp.qiv.com (8.7.5/8.7.3) with SMTP id OAA00253; Sat, 25 Jan 1997 14:51:42 -0600 (CST) X-Authentication-Warning: acp.qiv.com: jdn owned process doing -bs Date: Sat, 25 Jan 1997 14:51:42 -0600 (CST) From: "Jay D. Nelson" To: Dave Hummel cc: questions@FreeBSD.ORG Subject: Re: Java compiler... In-Reply-To: <01IEMSJK61MU99FFSH@BUFFALOSTATE.EDU> 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 Sat, 25 Jan 1997, Dave Hummel wrote: ->In the archives I found information about about a native distribution ->of JDK 1.0.2. The instructions in this distribution give the following ->directions: ->(distribution is freefall.FreeBSD.org:/pub/FreeBSD/LOCAL_PORTS/jdk102.tar.gz) ->(I am paraphrasing th instructions for brevity) ->After untarring the distiribution in directory in and installing ->the pdksh ports it says to include jdk/bin in my path, set CLASSPATH ->environment variable to include jdk/classes, and set LD_LIBRARY_PATH to ->include jdk/lib/i386. ->My point of confusion and idiocy is: ->how do I set CLASSPATH and LD_LIBRARY_PATH? I can find no mention of these export CLASSPATH=/your/local/path export LD_LIBRARY_PATH=/path1:/path2 -- or -- setenv CLASPATH /your/local/path etc. ->on my system or in the distribution files. Also, why do the instruction say ->to install the pdksh port...ie., how is the Korn shell involved in any of ->this? Thanks in advance for any light shed on this issue. Probably because the scripts start with #!/bin/ksh ... ->Peace, ->Dave -> -- Jay