[오류]The Eclipse executable launcher was unable to locate its companion shared library
launcher가 실행될 때 필요한 공유라이브러리를 찾을 수 없어 실행하지 못하는 오류
이클립스 경로>eclipse.ini 파일을 수정한다.
-launcher.library=[이클립스경로]\plugins~
-startup=[이클립스경로]\plugins~
--------------------------------------------------------------------------------------------------------------------
-vm
C:/Program Files/Java/jre6/bin
-startup
plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.1.R36x_v20100810
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
--launcher.library
C:\DEV\eclipse\hellios-ee\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.1.1.R36x_v20100810
-startup
C:\DEV\eclipse\hellios-ee\plugins\org.eclipse.equinox.launcher_1.1.0.v20100507.jar
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms256m
-Xmx256m
-Dsun.lang.ClassLoader.allowArraySyntax=true
--------------------------------------------------------------------------------------------------------------------
참고