Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Mar 1998 09:24:01 +0100
From:      Claudio Eichenberger <claudio@nty.com>
To:        Nate Williams <nate@mt.sri.com>
Cc:        Amancio Hasty <hasty@rah.star-gate.com>, freebsd-java@FreeBSD.ORG
Subject:   Re: ld.so failed: C'ant find shared library libjava.so.1.1
Message-ID:  <35079BA1.2781@nty.com>
References:  <199803061631.RAA26947@nty.ch> <199803061710.JAA03451@rah.star-gate.com> <199803061715.KAA27326@mt.sri.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Nate:

Nate Williams wrote:
> 
> > > >> + /usr/local/jdk1.1.5/bin/i386/green_threads/java-ms8m sun.tools.javac.Main CardTest.java
> > > >
> >
> > Try this :
> > ktrace  /usr/local/jdk1.1.5/bin/i386/green_threads/java -ms8m sun.tools.javac.Main CardTest.java
> > kdump >file
> > Browse thru the file and look for  libjava.so.1.1.
> 
> That's not necessary.  The wrapper file is all setup correctly, and his
> environment couldn't have screwed it up since it makes sure to do things
> correctly.
> 
> It's simply not working.

I finally found the culprit, CLASSPATH was set wrong in ~/.login . It
was set to

	.:/usr/local/jdk1.1/lib/classes.zib

instead of

	.:/usr/local/jdk1.1.5/lib/classes.zib

javac from JDK1.1.5 runs smoothly now !
Thanks for your support
	
:Claudio	http://www.jted.com/

> 
> 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?35079BA1.2781>