smart9595

1. 在 eclipse.ini 中添加  -vm  参数

-vm
C:\Program Files\Java\jdk1.6.0_07\bin\javaw.exe

 1 -startup
 2 plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar
 3 --launcher.library
 4 plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.2.R36x_v20101222
 5 -product
 6 org.eclipse.epp.package.jee.product
 7 --launcher.defaultAction
 8 openFile
 9 --launcher.XXMaxPermSize
10 256M
11 -showsplash
12 org.eclipse.platform
13 --launcher.XXMaxPermSize
14 256m
15 --launcher.defaultAction
16 openFile
17 -vmargs
18 -Dosgi.requiredJavaVersion=1.5
19 -Xms40m
20 -Xmx256m
21 -vm 
22 C:\Program Files\Java\jdk1.6.0_07\bin\javaw.exe

2. 创建eclipse快捷方式,在快捷方式目标中添加

-vm "C:\Program Files\Java\jdk1.6.0_07\bin\javaw.exe"

 

 

 

分类:

技术点:

相关文章:

  • 2021-11-30
  • 2021-12-30
  • 2022-12-23
  • 2021-05-18
  • 2021-07-08
  • 2021-12-25
  • 2021-12-25
猜你喜欢
  • 2021-11-13
  • 2021-11-18
  • 2021-09-30
  • 2021-07-08
  • 2021-10-12
  • 2021-05-05
相关资源
相似解决方案