by loftar » Wed Mar 02, 2011 8:03 pm
It seems that you're having hardware problems. If, as you say, your PC is new, there might just be some manufacturing problem.
To begin with, a bluescreen is never a sign of a crash in a user-space program like Java (it's either a system bug, driver bug, or hardware failure), and as you can see in the error report text, the failure doesn't even happen in the Java process' execution context, but in the NT kernel ("PROCESS_NAME: System").
If anything, it could be a driver bug, but seeing that the actual error is a machine check exception -- indicating that the hardware itself is reporting the failure -- that seems unlikely.
"Object-oriented design is the roman numerals of computing." -- Rob Pike