At 12:45 PM 1/3/00 -0500, Spencer Marks wrote:
>Hi,
>
>I am back trying to get the latest beta work under linux, RH 6.0. I
>can start the debugger no problem, but when launch a process it fails
>like this:
>
>
>/usr/local/dev/java/jdk1.2.2/jre/bin/java -Xdebug -Xnoagent
-Djava.compiler=NONE
-Xrunjdwp:transport=dt_socket,address=variable.melpomene.com:1206,suspend=y
-classpath /usr/local/dev/java/jdk1.2.2/jre/lib/rt.jar:. UnitTests
>
>Can't load "libjdwp.so", because libjdwp.so: cannot open shared object
file: No such file or directory
>Could not create the Java virtual machine.
>
>So, I tried to figure out where libjdwp.so is by typing:
>
> > locate libjdwp.so
>/usr/local/dev/java/jdk1.2.2/lib/i386/libjdwp.so
>
>
I think you have to include it in the setting for the environment variable
LD_LIBRARY_PATH.
- Paul