javaw.exe abnormal program termination

I am having problems with a system configuration issue. It involves attempting to debug a program inside the IntelliJ IDEA IDE.

javaw.exe crashes with an "abnormal program termination" when constructing the first JDialog. I've traced it through the sequence that does execute and it is failing in native methods called inside java.awt.Cursor: initIDs() It's actually crashing in ClassLoader: static long findNative(ClassLoader, String)

I've been through it with the IDE vendor, but they are unable to reproduce the problem (Win2000 SP2, JDK 1.3.1 01) I on the other hand have the same problem on all 3 of the Win2K machines I have access to. Has anyone else seen this problem? The goofy thing is that I can run the program fine in the IDE (I just can't debug it). If I jar the app up, I can execute the jar via javaw.exe fine as well. So it seems to point to a JPDA issue (but I'm out of my league here). Any pointers would be greatly appreciated.

Shane

[991 byte] By [spetroff] at [2007-9-26 14:27:34]
# 1
I seem to get the same problem when debugging an applet using JBuilder6. Running the applet is fine, debugging causes the abnormal termination.. PErhaps we need to play with some command switches?
SteveGoodsell at 2007-7-2 16:12:09 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 2
I see the "abnormal program termination" message when running the javaw.exe inmy window system .I applicate if anyone can tell me what to do with the error!
jhqn at 2007-7-2 16:12:09 > top of Java-index,Java HotSpot Virtual Machine,Specifications...