寻觅生命中的那一片浅草......

CentOS5.2下安装Zend Studio 5.5.1

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,界面就是中文了。

参考文章:http://zhaoyaodong.cn/view/170.html

尚无评论

发表评论

2024年五月
« 5月    
 12345
6789101112
13141516171819
20212223242526
2728293031