Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 May 1997 10:23:09 -0700 (PDT)
From:      Dan Busarow <dan@dpcsys.com>
To:        Wes Hester <software@crosslogic.com>
Cc:        questions@FreeBSD.ORG
Subject:   Re: Java 1.0.2
Message-ID:  <Pine.UW2.3.95.970509101905.29940D-100000@cedb>
In-Reply-To: <33723332.21EF@crosslogic.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 8 May 1997, Wes Hester wrote:
>   3. LD_LIBRARY_PATH to include <jdk>/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.

For csh .cshrc

setenv LD_LIBRARY_PATH "$LD_LIBRARY_PATH:.:/java/lib/i386"

For sh/ksh .profile

LD_LIBRARY_PATH="$LD_LIBRARY_PATH:.:/java/lib/i386";export LD_LIBRARY_PATH

Include the $LD_LIBRARY_PATH in the new path in order to preserve
any previous entries.

Dan
-- 
 Dan Busarow                                                  714 443 4172
 DPC Systems / Beach.Net                                    dan@dpcsys.com
 Dana Point, California  83 09 EF 59 E0 11 89 B4   8D 09 DB FD E1 DD 0C 82




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.UW2.3.95.970509101905.29940D-100000>