解决64位的Eclipse 启动时,找不到jvm.dll的问题和Eclipse中出现乱码的问题

经测试可行的办法在

Eclipse解压包的根目录找到 eclipse.ini 打开

添加如下两句代码即可:

-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20140116-2212
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
-vm
C:\Program Files\Java\jdk1.7.0_17\bin\javaw.exe
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms40m
-Xmx512m
-Dfile.encoding=UTF-8

你可能感兴趣的:(解决64位的Eclipse 启动时,找不到jvm.dll的问题和Eclipse中出现乱码的问题)