设置Eclim以支持PHP

时间:2012-04-04 08:31:58

标签: vim eclipse eclipse-pdt

我使用我的Eclim安装了插件PDT:

DISPLAY=:1 ./eclipse/eclipse -nosplash -consolelog -debug \
  -application org.eclipse.equinox.p2.director \
  -repository http://download.eclipse.org/releases/helios \
  -installIU org.eclipse.php.feature.group

我使用dargs为PHP编译了这个东西:

ant -Declipse.home=/home/tipu/downloads/eclipse -Dplugins=php

创建项目给了我:

java.lang.IllegalArgumentException: Unable to find nature for 
alias 'php'.  Supported aliases include: javascript=org.eclipse.
wst.jsdt.core.jsNature, java=org.eclipse.jdt.core.javanature
while executing command (port: 9091): -editor vim -command project_create 
-f "/home/tipu/phpproj2/" -n php

关于如何修复的想法?

1 个答案:

答案 0 :(得分:0)

问题是我的eclipse是indigo版本并从hellios存储库安装了pdt。他们必须都匹配,而hellios和indigo之间并非如此。