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/${proc}:${APPHOME}/lib/${proc}"

Perhaps not the best solution, but it works for me so far.

Thanks a lot!

-Adam

Paul Kinnucan wrote:

> The debugger was unable to launch your application. (That is why you get
> the "app id does not exist" message.) You can determine the reason why your
> app did not launch by running
> 
...

> 
> Typically the reason jdebug is unable to launch an application is that you
> forgot to include the jpda/bin directory in your system's command path.
> 
> - Paul

Reply via email to