eclipse에서 실행 했을경우 Failed to create the Java Virtual Machine 이란 에러가 나타난다면 아래처럼 해보세요.
eclipse.ini 에서
-- 추가 --
-vm
C:\Program Files\Java\jdk1.5\bin\javaw.exe
-- 추가 --
-startup
plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.0.v20100503
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
128M <--- 256에서 변경
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
128m <--- 256에서 변경
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m
'작업 일지 > 이슈기록' 카테고리의 다른 글
Vue2 - 라우터 설치 오류 (0) | 2024.04.18 |
---|---|
Vue2 - Component name "***" should always be multi-word (0) | 2024.04.17 |
Vue2 - warnings potentially fixable with the `--fix` option (0) | 2024.04.17 |
error - ClassNotFoundException: org.springframework.web.servlet.DispatcherServlet (0) | 2024.03.05 |
SVG Circle Progress / SVG rem ios 이슈 (1) | 2024.02.05 |