Home > php教程 > php手册 > linux下eclipse+pdt(PHP集成开发环境安装)

linux下eclipse+pdt(PHP集成开发环境安装)

WBOY
Release: 2016-06-06 19:48:17
Original
839 people have browsed it

1、安装jre 因为eclipse时用java开发的,但时在ubuntu10.04下默认的软件仓库里面没有sun-java6-jre这个包了,通过以下两个命令加入: add-apt-repository ppa:ferramroberto/java apt-get update 打开新立得软件包管理器就可以看到了,这里只需要运行eclipse

1、安装jre

     因为eclipse时用java开发的,但时在ubuntu10.04下默认的软件仓库里面没有sun-java6-jre这个包了,通过以下两个命令加入:

     add-apt-repository ppa:ferramroberto/java

     apt-get update  

    打开新立得软件包管理器就可以看到了,这里只需要运行eclipse的环境,所以只要安装jre就可以了。

2、安装 Eclipse PDT

      2.1 到网站 http://www.zend.com/community/pdt/downloads 下载PDT 3.0.2 w/Eclipse Indigo

      2.2

将下载过来的Eclipse PDT 压缩包 (All-In-One Linux x86/GTK 2 32-bit )解压到适当的适当的目录中,只要jdk/jre环境搭建好,Eclipse解压文件夹放在哪里没关系。执行解压终端命令:

 

sudo tar -zxvf ‘/home/farlee/下载/eclipse-php-galileo-SR2-linux-gtk.tar.gz’

 

解压到了/home/farlee 目录下,Eclipse解压缩后,不用再./configure  #make   install之类的安装即可使用。

 

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template