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

