-
virus/crashing?
Here's my situation: I created a program in java, and when it is used, it crashes my computer to a blue screen... This wasn't suppose to happen! I think the message said something like: No page fault, or something like that on the blue screen....My question is, is there a way I can tell exactly what is causing this, so I can fix it? I mean, is there a log file somewhere?
-
Re: virus/crashing?
Doesn't Java's IDE have some sort of a debugger?
-
Re: virus/crashing?
Most do, but not all.
Does it have some sort of test environment? Most Java apps also have a self-sufficient Test environment which won't crash the computer should everything go t*ts-up :thumb:
-
Re: virus/crashing?
Ok, I've got the program working correctly....Although, that was pretty cool!