At 02:48 PM 7/6/00 +0200, Dr. Georg Strobl wrote:
>Paul Kinnucan wrote:
>
>> 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
>
>> Finally, did you also try the recommendation in my previous post about
>> symbolic links to
>> the debug and socket links?
>
>The Blackdown-port has its JDPA debug library in the jre subdirectory;
>in my case libjdwp.so and libdt_socket.so are physically located in
>/applications/DIR/jdk/jre/lib/i386 and I have added symbolic links
>
>/applications/DIR/jdk/lib/libdt_socket.so ->
>../jre/lib/i386/libdt_socket.so
>/applications/DIR/jdk/lib/libjdwp.so -> ../jre/lib/i386/libjdwp.so
>
>There is no /applications/DIR/jdk/lib/i386 subdirectory.
>
>
>Is there any other possible explanation for the reported situation?
>

It's possible the other user was referring to the Sun version of JDK 1.2.2
for Linux. I have had reports that JPDA does not work on the Blackdown
port. I would suggest that you try the Sun port.

- Paul

Reply via email to