我使用 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
关于如何修复的想法?