码迷,mamicode.com
首页 > 编程语言 > 详细

failed to create the java

时间:2015-01-21 23:46:43      阅读:420      评论:0      收藏:0      [点我收藏+]

标签:

之前一直在使用,后来打开出现这个问题,上网搜索有很多的解决办法。

我使用的是adt-bundle-windows-x86-20140702,按照网上的解决办法提结合实际把eclipse.ini里的两个256m改为128m,即:

-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20120913-144807
-product
com.android.ide.eclipse.adt.package.adtproduct
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
128m                //此处256改为128
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.6
-XX:MaxPermSize=128m      //还有此处的256改为128
-Xms512m
-Xmx1024m

 

经上述修改后,我的eclipse又能继续使用。

failed to create the java

标签:

原文地址:http://www.cnblogs.com/danchaofan/p/4240207.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!