타이머 명령어를 넣은다음에 시작을 하면 영어로 오류가 막 뜨는데 도와주세요(처음보는 오류)
도움
A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000771d0895, pid=4852, tid=3740
#
# JRE version: 7.0_03-b05
# Java VM: Java HotSpot(TM) 64-Bit Server VM (22.1-b02 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [ntdll.dll+0x50895]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# C:\Program Files (x86)\Java\ghajae\hs_err_pid4852.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
시작버튼을 누르면 이렇게 오류가 뜨면서 실행이 안됩니다
타이머 명령어만 만들어서 실행하면 이렇게 되는데 뭐때문에 그러는건가요?
자바 고수님들 도와주세요..ㅜㅠ
ps. 이 아래 소스가 오류를 내는것같습니다
class TimerThread extends Thread {
public void run() {
do {
if (btnStart.getText().equals(시작)) {
for (int timer=0; timer=0; timer++) {
System.out.println(timer);
try {
sleep(1000);
status.setText(남은시간 = + timer + , 이동한 횟수 = + count);
} catch(Exception e) {}
}
}
} while(gotime);
}
}
-
곰탱이
아 블루스크린이라고 보면 되는거군요 감사합니다
원인은 찾아서 해결했습니다 -
꽃내음
저건... 블루스크린 같은건데요. 시스템 충돌로 자바가 다운되면 나타나는 메시지에요.