- Today
- Total
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Link
- 재능이의 돈버는 일기
- StresslessLife
- K_JIN2SM
- 소소한 일상
- My Life Style & Memory a Box
- Blog's generation
- 공감 스토리
- 취객의 프로그래밍 연구실
- Love Me
- Dream Archive
- 세상에 발자취를 남기다 by kongmingu
- hanglesoul
- 카마의 IT 초행길
- 느리게.
- 미친듯이 즐겨보자..
- Joo studio
- Gonna be insane
- 악 다 날아갔어!! 갇대밋! 왓더...
- xopowo05
- 맑은공기희망운동
- 엔지니어 독립운동
- 혁준 블로그
- Simple in Complex with Simple
- 무의식이 의식을 지배한다
드럼치는 프로그래머
[Eclipse] eclipse에서 Failed to create the Java Virtual Machine error 해결 방법 본문
★─IT Brain/☆─Eclipse
[Eclipse] eclipse에서 Failed to create the Java Virtual Machine error 해결 방법
드럼치는한동이 2013. 3. 19. 11:12eclipse에서 실행 했을경우 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
'★─IT Brain > ☆─Eclipse' 카테고리의 다른 글
[이클립스] Remove @Override annotation (0) | 2017.05.24 |
---|---|
[Eclipse] SDK Manager: failed to install (0) | 2013.05.09 |
[Eclipse] 이클립스 속도 향상 (eclipse.ini 수정) (0) | 2013.03.29 |
[Eclipse] failed to create the java virtual machine (0) | 2011.11.03 |
[Eclipse] Failed to create the Java Virtual Machine 에러 해결방법 (0) | 2011.05.06 |
Comments