Eclipse:无法创建java虚拟机

时间:2014-06-04 04:45:49

标签: java android eclipse adt

我试着在堆栈上寻找答案,但其中有九个帮了我,所以我又问了一遍。我安装了Windows 8.1并下载了最新版本的adt bundle。每当我尝试打开eclipse时,它都会给我错误"无法创建Java虚拟机"。堆栈上提供的解决方案表示将xmx从1024减少到512.但我的ini文件已经采用该格式。不知道该怎么办。请帮忙。

-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20130807-1835
-product
com.android.ide.eclipse.adt.package.product
--launcher.XXMaxPermSize
256M
-showsplash
com.android.ide.eclipse.adt.package.product
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms40m
-Xmx768m
-Declipse.buildId=v22.6.2-1085508
-XX:MaxPermSize=512M

0 个答案:

没有答案