Date: Thu, 5 Mar 1998 10:44:22 -0700 From: Nate Williams <nate@mt.sri.com> To: Claudio Eichenberger <claudio@nty.com> Cc: freebsd-java@FreeBSD.ORG Subject: Re: ld.so failed: C'ant find shared library libjava.so.1.1 Message-ID: <199803051744.KAA19405@mt.sri.com> In-Reply-To: <34FE5DB1.1372@nty.com> References: <34FE5DB1.1372@nty.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> I downloaded the http://www.freebsd.org/java/jdk1.1.5.V98-2-25.tar.gz > and installed it on FreeBSD 2.2.2 . > > Problem: > > I launched eg. > > % javac Test.java > % > > Nothing happened, no class got created. Weird.. > I saw by executing > > % /usr/local/jdk1.1.5/bin/i386/green_threads/java > ld.so failed: C'ant find shared library libjava.so.1.1 This is expected behavior. There is a reason for the wrapper file which sets up the environment for the executable. Is the environment variable DISPLAY set, and if so is X installed? > Do you know what I'm doing wrong ? Can you do % sh -x /usr/local/jdk1.1.5/bin/javac Text.java And send the output. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803051744.KAA19405>