At 05:17 PM 3/28/00 +0100, you wrote:
>>>JDEbug reports the following error when I try to debug my app:
>>>
>>>Error: debugger unable to launch <classname>
>>> Reason: VM initialization failed for <classpath>
>>
>
>
>>Please try again and submit a snapshot of your system (see below).
>The
>>snapshot should quickly reveal what you are missing.
>
>attached is the problem report.
>
>
>From your problem report, it appears you are using JDK 1.2.2 for Linux
(probably Sun's version) on the PC. I'v never used this version but the
error you are getting (failure to launch debugee process) on other
platforms is usually a sign that the debugger dynamic libraries were not
included in the system's load path.
I searched the JDE list archive (see my signature below) and found this
message which may be relevant to your case.
>Date: Fri, 17 Dec 1999 11:17:22 -0800
>From: Adam Ambrose <[EMAIL PROTECTED]>
>Organization: Geoworks
>X-Mailer: Mozilla 4.51 [en] (X11; I; Linux 2.2.12-20smp i686)
>X-Accept-Language: en, pt-BR
MIME-Version: 1.0
>To: Paul Kinnucan <[EMAIL PROTECTED]>
>CC: JDE mail list <[EMAIL PROTECTED]>
>Subject: Re: jdebug prob: "Application ID '1' does not exist
References: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-UIDL: 6f347a4513c2ea5404c5d0e86ca613fa
>
>Aha! Thanks! Doing that, I got "Can't load "libjdwp.so"". Strangely,
>this library is found in ${JDK_1.2.2}/lib/i386 and not in
>${JDK_1.2.2}/jre/lib/i386. The former isn't being included in the
>LD_LIBRARY_PATH in the .java_wrapper script. So I've modified the end
>of the .java_wrapper to add this dir to LD_LIBRARY_PATH:
>
>(line 118...)
># Set LD_LIBRARY_PATH for hotspot VM.
>ld="${jre}/lib/${proc}/${ttype}:${jre}/lib/${proc}/${vmtype}:${jre}/lib/${p
roc}:${APPHOME}/lib/${proc}"
>
>Perhaps not the best solution, but it works for me so far.
- Paul
------------------------------------------------------------
ASKING FOR TECHNICAL SUPPORT ON THE JDE LIST
Please use the JDE->Help->Submit Problem Report command when reporting a
bug or seeking help. This command generates a complete snapshot of your
system. Submitting such a snapshot increases the chances that your request
will get a swift response.
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
JDE website: http:/sunsite.auc.dk/jde/
JDE mailing list archive:
http://www.mail-archive.com/[email protected]/maillist.html