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