码迷,mamicode.com
首页 > 其他好文 > 详细

Zend Studio启动失败

时间:2014-05-25 21:52:41      阅读:302      评论:0      收藏:0      [点我收藏+]

标签:zend

Zend Studio启动失败

启动zend studio; 弹出 failed to create the java virtual machine ;

解决办法:

在安装目录下 找到 ZendStudio.ini 文件;

打开;


以下是内容:
-startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-showlocation
-name
Zend Studio
-vmargs
-Xms128M
-Xmx512M
-DGIT_SSL_NO_VERIFY=true

修改:

将上代码中 256改 128 ;512改 256,或将1024改成256


即如下所示:

-----------------------------------------------------------------------------
-startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502
--launcher.XXMaxPermSize
128m
--launcher.defaultAction
openFile
-showlocation
-name
Zend Studio
-vmargs
-Xms128M
-Xmx256M
-DGIT_SSL_NO_VERIFY=true
--------------------------------------------------------------------

Zend Studio启动失败,布布扣,bubuko.com

Zend Studio启动失败

标签:zend

原文地址:http://blog.csdn.net/fengzhongzhishenfu/article/details/26962217

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