CentOS5.5下安裝Zend Studio

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://blog.163.com/qzw881130@126/blog/static/4840953420112645458469/

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章