0

我使用 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

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

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

关于如何修复的想法?

4

1 回答 1

0

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

于 2012-04-04T18:58:34.733 回答