Program seems to get stuck ?

Posted by Frank on Stack Overflow See other posts from Stack Overflow or by Frank
Published on 2010-03-24T19:42:05Z Indexed on 2010/03/24 19:43 UTC
Read the original article Hit count: 261

Filed under:
|
|

I have a Java program, I did some change and the strange thing is no matter what I do now, it will output the same result before my change, I looked into my system (Windows Vista), and clicked on "Generate a system health report", the result says :

Symptom    : A service is reported as having an unexpected error code
Cause      : One or more services has failed. The service did not stop gracefully, suggesting the service may have crashed or one of its components stopped in an unsupported way.
Details    : Service exited with code not equal to 0 or 1077
Resolution : Restart the service

It doesn't say which service, and I defragmented my drives a few times, it still gave me the same report. I also checked my memory, it says no problem with ram. Everything else is ok, I re-started the windows a few times, got more free space on my C: drive, yet the Java program is still not responding to my new changes, unless I intentionally make a mistake, it gives me compile error, but if it can compile successfully, it still gives me the results before the change.

What can I do to fix this ?

Frank

© Stack Overflow or respective owner

Related posts about java

Related posts about program