At 11:56 AM 7/6/00 +0200, you wrote:
>
>Please enter the details of your bug report here
>
>=============================================================================
>
>Hello Paul,
>
>my problem seems to be similar to some problems already discussed on the
>mailing list but none of the proposed solutions works for me.
>
According to your report, your LD_LIBRARY_PATH is set as follows:
LD_LIBRARY_PATH=/applications/DIR/jdk/jre/lib/i386:$LD_LIBRARY_PATH
^^^
As I said in my previous posting on this topic, AFAIK, the JDPA debug
library, libjdwp.so, is not in the jre subdirectory. It is, I believe, one
level up. Therefore, LD_LIBRARY_PATH should be
LD_LIBRARY_PATH=/applications/DIR/jdk/lib/i386
Also, I am not a Unix expert. However, it seems to me that $LD_LIBRARY_PATH
should have been substituted. It puzzles me why it is not in your case.
Perhaps somebody on the mailing list who is a Linux expert can answer this
question.
Finally, did you also try the recommendation in my previous post about
symbolic links to
the debug and socket links?
- Paul