갈루아의 반서재





eclipse 폴더내 eclipse.ini 파일을 열어 아래와 같이 jvm 의 위치를 넣어준다.



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
-startup
plugins/org.eclipse.equinox.launcher_1.3.200.v20151021-1308.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.300.v20160105-0945
-product
org.eclipse.epp.package.java.product
--launcher.defaultAction
openFile
-vm
C:\Program Files\Java\jdk1.8.0_66\bin
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.8
-Xms256m
-Xmx1024m
cs