From owner-freebsd-java Wed Jul 12 6:34:13 2000 Delivered-To: freebsd-java@freebsd.org Received: from firewall.ox.com (firewall.ox.com [129.77.1.1]) by hub.freebsd.org (Postfix) with ESMTP id BCF7C37BE76 for ; Wed, 12 Jul 2000 06:34:10 -0700 (PDT) (envelope-from rcf@ox.com) Received: from firewall.ox.com (root@localhost) by firewall.ox.com with ESMTP id JAA10636 for ; Wed, 12 Jul 2000 09:34:09 -0400 (EDT) Received: from pur-wk-rfurphy.ny.ox.com (pur-wk-rfurphy.ny.ox.com [129.77.2.133]) by firewall.ox.com with ESMTP id JAA10630 for ; Wed, 12 Jul 2000 09:34:09 -0400 (EDT) Received: from ox.com (localhost.ny.ox.com [127.0.0.1]) by pur-wk-rfurphy.ny.ox.com (8.9.3/8.9.3) with ESMTP id JAA02301; Wed, 12 Jul 2000 09:34:07 -0400 (EDT) (envelope-from rcf@ox.com) Message-ID: <396C73CE.C77B8A3D@ox.com> Date: Wed, 12 Jul 2000 09:34:07 -0400 From: Rob Furphy X-Mailer: Mozilla 4.73 [en] (X11; U; FreeBSD 3.5-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: David Holland Cc: freebsd-java@FreeBSD.ORG Subject: Re: Question on JDK1.2.2 FAQ #5 {JBuilder and JPDA} References: <396C0AC1.F0FD39CA@xmission.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org David Holland wrote: > In trying to get JPDA to work with JBuilder using the > native JDK1.2.2 (P9), I copied the jpda.jar and dt.jar files from the > linux_jdk1.2.2/lib directory into the > jdk1.2.2/lib directory. This *fix* is for making the "JBuilder App" work correctly. The errors it corrects are java classes which jbuilder needs. This *fix* does not fix what you appear to have. Without the jpda.jar file in the correct place JBuilder should still "come up" but the menus (and other things) don't function properly. I just re-checked this on my machine and JBuilder works fine. FreeBSD RELEASE 3.5 vanilla install with linux emul. > But when I tried to use it, i.e. > > java -Xdebug -Xnoagent -Djava.compiler=NONE > -Xrunjdwp:transport=dt_socket,address=9123,suspend=n > HelloWorld > > I get: > > Can't load "libjdwp.so", because Shared object "libjdwp.so" not found > Could not create the Java virtual machine. > I think your 'problem' may be the specific invocation of "libjdwp.so". Searching my java release directories I find this library in the Linux port but not in my "Patchset 9 Native" JDK. What is the runjdwp for? > > Thanks in advance, > > David Holland > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message Rob F. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message