1 / 2

이클립스 오류 해결 방안

이클립스 오류 해결 방안. 해결방안. org.eclipse.jdt.internal.ui.packageview.PackageExlorerPart 클래스를 인식 못하기 때문에 발생하는 오류 이므로 { 이클립스설치폴더 }eclipsepluginsorg.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar 파일이 있는지 확인한다 . 없으면 이클립스를 새로 설치한다 .

vea
Télécharger la présentation

이클립스 오류 해결 방안

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 이클립스 오류 해결 방안

  2. 해결방안 • org.eclipse.jdt.internal.ui.packageview.PackageExlorerPart 클래스를 인식 못하기 때문에 발생하는 오류 이므로 {이클립스설치폴더}\eclipse\plugins\org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar 파일이 있는지 확인한다. 없으면 이클립스를 새로 설치한다. • 이미 존재하는 경우, jar 파일을 압축을 해제해 보고, 경로를 쫒아서 PackageExlorerPart 클래스가 있는지 확인한다. 있는 경우 클래스 파일의 손상이 된 경우이다. 기존 이클립스를 제거하고, 다시 압축 해제하여 다시 실행한다. • 그럼에도 동일한 오류가 또 발생되면 Workspace를 변경해서 다시 실행한다. • 그래도 계속해서 오류가 발생된다면, 실행 환경이 제대로 갖추어 지지 않은 경우 이런 일이 발생될 수 있다. 다른 실행되고 있는 프로그램들은 다 서비스 중지 시킨 상태에서 메모리가 충분한 상태에서 이클리스를 다시 실행을 시킨다. 오류 : Could not create the view : Plug-in org.eclipse.jdt.ui was unable to load class • 이클립스가 실행이 되면서 아래와 같은 오류가 발생 Jar 파일 존재 여부 확인 클래스 파일 존재 여부 확인

More Related