Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Mar 1998 00:26:58 -0800
From:      Amancio Hasty <hasty@rah.star-gate.com>
To:        Claudio Eichenberger <claudio@nty.com>
Cc:        Nate Williams <nate@mt.sri.com>, freebsd-java@FreeBSD.ORG
Subject:   Re: ld.so failed: C'ant find shared library libjava.so.1.1 
Message-ID:  <199803120826.AAA02906@rah.star-gate.com>
In-Reply-To: Your message of "Thu, 12 Mar 1998 09:24:01 %2B0100." <35079BA1.2781@nty.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
Cool, 

Don't forget the ktrace trick is real neat for tracing class search problems .

	Have Fun,
	Amancio

> 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?199803120826.AAA02906>