From owner-freebsd-java Thu Mar 12 00:27:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA27014 for freebsd-java-outgoing; Thu, 12 Mar 1998 00:27:07 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA27009 for ; Thu, 12 Mar 1998 00:27:06 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id AAA02906; Thu, 12 Mar 1998 00:26:58 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199803120826.AAA02906@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Claudio Eichenberger cc: Nate Williams , freebsd-java@FreeBSD.ORG Subject: Re: ld.so failed: C'ant find shared library libjava.so.1.1 In-reply-to: Your message of "Thu, 12 Mar 1998 09:24:01 +0100." <35079BA1.2781@nty.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 12 Mar 1998 00:26:58 -0800 From: Amancio Hasty Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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