본문 바로가기

JAVA/이클립스 오류3

3. Automatic updates download has encountered a problem. An error occurred while collecting items to be installed.&No repository found containing..... 이클립스 marketplace에서 STS를 다운 받는데, Automatic updates download has encountered a problem. An error occurred while collecting items to be installed. 라는 에러를 마주쳤다. 그래서 Help -> Check for updates를 해봤더니, 이번엔 No repository found containing..... 라는 에러를 마주쳤다. 그래서.. 2019. 3. 15.
2. Obsolete Methods on the Stack 이클립스를 실행하자,[Obsolete Methods on the Stack] ......contains obsolete methods..... 라는 경고 창이 떴다. 알아보니, 디버그 모드 중에 실행하면 뜨는 오류로, 디버그 모드를 끄고 실행하면 된다고 한다.또는 경고 팝업 창 하단의 restart 버튼을 눌러주니 경고 창이 뜨지 않았다. 이후 이것저것 찾아보다가, hot code replace failed 라는 상황을 발견했다. ----> 출처 : https://growinglastcanyon.tistory.com/4 이클립스에서는 런타임 실행 중에 메소드의 변경이 있어도,자바가상머신의 재시작 필요 없이 변경된 사항을 디버거가 대체하는(hot cod.. 2019. 3. 4.
1. Exception in thread "main" java.lang.SecurityException: Prohibited package name:.... 이클립스 실행 중, A JNI error has occurred....라는 팝업 창이 뜨고콘솔에는 Exception in thread "main" java.lang.SecurityException: Prohibited package name:....라는 에러 메세지가 떴다. 패키지 이름에 java를 쓰지 말라는 것. 패키지 이름을 바꾸니 해결되었음. 2019. 3. 4.