Hi, In my environment, "java -Xdebug" needs to add a bootclasspath as seen below. How can I manage this in jde-run?
Regards, -- fuyuki
$ java -version java version "1.3.1-p7" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-p7-root-021101-16:40) Classic VM (build 1.3.1-p7-root-021101-16:40, green threads, nojit) $ java TSDemo1 MyPoint@da7c5763 MyPoint@da7c5763 MyPoint@da7c5763 testing null testing $ java -Xdebug TSDemo1 Exception in thread "main" java.lang.NoClassDefFoundError: sun/tools/agent/Agent Could not create the Java virtual machine. $ java -Xdebug -Xbootclasspath/a:/usr/local/jdk1.3.1/lib/tools.jar TSDemo1 Agent password=shmt MyPoint@d4ca3cca MyPoint@d4ca3cca MyPoint@d4ca3cca testing null testing
