From owner-freebsd-java Fri Dec 24 9:30:20 1999 Delivered-To: freebsd-java@freebsd.org Received: from ns.mt.sri.com (ns.mt.sri.com [206.127.79.91]) by hub.freebsd.org (Postfix) with ESMTP id 47E1614C92 for ; Fri, 24 Dec 1999 09:30:18 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.9.3/8.9.3) with SMTP id KAA10877; Fri, 24 Dec 1999 10:30:17 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id KAA02652; Fri, 24 Dec 1999 10:30:15 -0700 Date: Fri, 24 Dec 1999 10:30:15 -0700 Message-Id: <199912241730.KAA02652@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Ben Laurie Cc: Nate Williams , freebsd-java@FreeBSD.ORG Subject: Re: jdb won't run? In-Reply-To: <3863AC9A.566395E2@algroup.co.uk> References: <386354AB.BA0276E2@algroup.co.uk> <199912241557.IAA02371@mt.sri.com> <3863AC9A.566395E2@algroup.co.uk> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@mt.sri.com (Nate Williams) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > > ben@heap:~/work2/cryptix-projects/tls/src$ uname -a > > > FreeBSD heap.ben.algroup.co.uk 2.2.8-RELEASE FreeBSD 2.2.8-RELEASE #0: > > > Mon Nov 30 06:34:08 GMT 1998 > > > jkh@time.cdrom.com:/usr/src/sys/compile/GENERIC i386 > > > > > > ben@heap:~/work2/cryptix-projects/tls/src$ jdb > > > cryptix.tls.ssl3.SSLConnection localhost 4433 > > > Class missing for error: java/lang/InternalError at > > > java.lang.System.initializeSystemClass(System.java) > > > Initializing jdb... > > > Internal exception: java.io.IOException: > > > /usr/local/jdk1.1.8/bin/java_g: cannot execute > > > at java.lang.Runtime.exec(Runtime.java) > > > at java.lang.Runtime.exec(Runtime.java) > > > at sun.tools.debug.RemoteAgent.(RemoteAgent.java:131) > > > at sun.tools.debug.RemoteDebugger.(RemoteDebugger.java:62) > > > at sun.tools.ttydebug.TTY.(TTY.java:1448) > > > at sun.tools.ttydebug.TTY.main(TTY.java:1621) > > > > > > I can run java_g directly, and it works. What gives? This is driving me > > > nuts! Sorry, not subscribed to the list, so please copy me on replies. > > > > So you're saying that both java and java_g work, but jdb using the exact > > same arguments does not? > > That is what I'm saying. Nor does jd (i.e. Jikes debugger), with exactly > the same error. I'm going to need some way of repeating this. However, my initial impression is that something in the environment is messed up. Are you setting LD_LIBRARY_PATH or anything? What happens when you use a clean environment (no CLASSPATH, LD_LIBRARY_PATH, etc..), and instead hard-code the classpath setting and use java/java_g? Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message