본문 바로가기

수업 & 공부/개발환경 만들기

[Eclipse 오류] the eclipse executable launcher was unable to locate its companion shared library

 

the eclipse executable launcher was unable to locate its companion shared library 

위의 에러가 발생했다

eclipse.ini 파일의 stratup 경로와 lucher.library 경로를 정확히 잡아줘야 한다. 

 

 

수정 전--

 

-startup

plugins/org.eclipse.equinox.launcher_1.6.200.v20210416-2027.jar

 

--launcher.library

plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.200.v20210429-1609

 

 

수정 후--

 

-startup

C:\eclipse-java-2021-06-R-win32-x86_64\eclipse\plugins\org.eclipse.equinox.launcher_1.6.200.v20210416-2027.jar

 

--launcher.library

C:\eclipse-java-2021-06-R-win32-x86_64\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.200.v20210429-1609

'수업 & 공부 > 개발환경 만들기' 카테고리의 다른 글

43- Git-branch & Merge  (0) 2021.10.07
Postman (1) 계속 추가  (0) 2021.09.28
MVC패턴 초기 설정  (0) 2021.08.24
EDR 그리기 환경  (0) 2021.08.19
지금까지 받은 프로그램 (0927 수정)  (0) 2021.08.04