首页 > 代码库 > Linux eclipse+perl开发环境安装

Linux eclipse+perl开发环境安装

CentOS release 6.4 中会自带有eclipse,版本为eclipse3.6.1,如果要开发perl程序

需要安装epic插件和PadWalker


我选择PadWalker-1.96.tar.gz和 org.epic.updatesite_0.6.35_20090521.zip,epic太高的版本会更新失败。

org.epic.updatesite_0.6.35_20090521.zip中的features和plugins目录复制到/usr/share/eclipse/dropins/epic/eclipse/目录,目录不存在新建即可。

# ll /usr/share/eclipse/dropins/epic/eclipse/
total 8
drwxr-xr-x. 2 root root 4096 Sep 18 22:57 features
drwxr-xr-x. 2 root root 4096 Sep 18 22:57 plugins


启动eclipse即可。



本文出自 “与IT一起的日子” 博客,请务必保留此出处http://raugher.blog.51cto.com/3472678/1556967

Linux eclipse+perl开发环境安装