[ java ] in KIDS 글 쓴 이(By): juyup (이지훈) 날 짜 (Date): 1998년 11월 18일 수요일 오후 11시 52분 48초 제 목(Title): [Q]다음의 버그는 어떤 원인? Netscape에서 실행시키면 다음과 같은 에러가 상태바에 뜨네요.. "Applet chatentr class chatentr got a security violation: method verification error" Explorer에서는 다음과 같은 에러가 "load: chatentr can't be instantiated" 이상하네요.. public class chatentr extends java.applet.Applet { ... } 이렇게 정의했는데.. |