Thursday, January 19, 2012

Help, what is this error message -A fatal error has been detected by the Java Runtime Environment:?

Internet Explorer crashed, which made Java crash. It's a pretty common error (Java refers to it as a NullPointerException when it happens in Java code. C usually refers to it as a Segmentation Fault or a Memory Access Violation) that means the code tried to access something it wasn't allowed to.

No comments:

Post a Comment