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
--------------------------------------------------------------------------------------------------------------------
참고
'Develop > Java' 카테고리의 다른 글
예외처리 (0) | 2018.10.04 |
---|---|
자바 정리 (0) | 2018.09.22 |
openjdk 위치 확인 (0) | 2018.08.23 |
인터페이스를 사용한다는 것 (0) | 2018.08.18 |
[설정]폰트&테마 설정 (0) | 2018.08.11 |
댓글