Centos5.2下载安装ZendStudio for Linux

1. 首先安装好Java环境
yum -y install java-1.6.0-openjdk
2. wget http://downloads.zend.com/studio/5.5.1/ZendStudio-5_5_1.tar.gz
3. tar xzf ZendStudio-5_5_1.tar.gz
4. ./ZendStudio-5_5_1.bin


5. 在/usr/share/applications下创建启动器
vi /usr/share/applications/ZendStudio5.desktop
添加以下内容:
[Desktop Entry]
Name=ZendStudio5
Comment=Zend Studio 5.5
Exec=/root/ZendStudio-5.5.1/Zend_Development_Environment
Icon=/usr/local/Zend/ZendStudio-5.5.1/bin/icon16_studio.png
Terminal=false
Type=Application
Categories=Application;Development;
保存退出,这样在应用程序–编程下就有ZendStudio的快捷方式了。
6.使ZendStudio的界面为中文,并修改默认浏览器
vi /root/ZDE/config_5.5/desktop_options.xml
把<customized_property ID=”desktop.language”>
<locale language=”en” country=”” variant=””/>
</customized_property>
改成
<customized_property ID=”desktop.language”>
<locale language=”cn” country=”” variant=””/>
</customized_property>
修改默认浏览器,把
<customized_property ID=”browser.commandLine”>
<string value=”mozilla”/>
</customized_property>
修改为
<customized_property ID=”browser.commandLine”>
<string value=”firefox”/>
</customized_property>
保存退出,打开ZendStudio,界面就是中文了。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值