Zack,

Here is how I start my JVMs (Sun JDK 1.2.2) :

export LD_LIBRARY_PATH=$JAVA_HOME/lib/i386:$LD_LIBRARY_PATH
JDB_FLAGS="-Xdebug -Xnoagent 
-Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n"
$JAVA_HOME/bin/java -Djava.compiler= $JDB_FLAGS mypackage.MyClass

Then start jdb :

jdb -attach 8000

Alexander

On Wed, Apr 19, 2000 at 08:46:21AM -0400, Zack Grossbart wrote:
> Nathan,
> 
>       When I try to launch a JVM with the debug options it says there is no JDWP
> implementation available, and I can not find the JPDA or the JVMDI shared
> libraries in my JDK.  I am using Blackdown RC-4.  Do you know if there is
> anything that needs to be installed on top of the JDK?


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to