CVGalleryGamesPreviewRandomJavaSiteWeb
Site updates
Testing New System now...

Crasher bugs

The first thing to do is work out what the crash was.

The second to do is read the list of places the crash has occured. In all but the simplest of programs, there's going to be more than one line number. If a method is being called, then the line number of the call, and the line number in the method where it crashed will both be given. If you have crashed a Swing application, then most likely the error will show many Swing line numbers. You should usually ignore those, and find the lines in your code where it went wrong.

NOTE: The Java section is mostly in maintenence mode. I don't have time to work on it right now. Errors will be corrected if pointed out, but they are not actively being searched for. Newer site features, like alternate stylesheets, may cause problems with these pages.