> unny you should ask that as im just sitting doing the same thing - and I got > an answer :) > > Start your java application with a -classic option to disable HotSpot - then > it runs smooth!
Huh... when I try -classic -Xdebug, I get: Exception in thread "main" java.lang.NoClassDefFoundError: sun/tools/agent/Agent Could not create the Java virtual machine. Running just -classic works, but adding the -Xdebug gives me the above barfage. scott
