How do I install ANTLR IDE with Eclipse Juno and PDT (PHP)

南笙酒味 提交于 2019-12-07 15:38:12

问题


I develop in both PHP and Java. Eclipse PDT appears to require DLTK 4.0, which it has no problem getting. ANTLR IDE appears to require DLTK3. I've tried copying the plugins 3.0 into my Eclipse plugins / features directory:

http://download.eclipse.org/technology/dltk/downloads/drops/R3.0/S-3.0.1-201108261011/

This worked on a machine without PDT, but I can't get it to work when I have PDT.

I have also tried using the marketplace, but I get the same dependency errors.

Note I'm on 64bit Linux.


回答1:


Try to add the DLTK 3.0 repository and then install ANTLR again, so maybe Eclipse can fetch the plugin and be able to manage the 2 versions of DLTK installed.

The repository is:

http://download.eclipse.org/technology/dltk/updates-dev/3.0-stable/


来源:https://stackoverflow.com/questions/12810596/how-do-i-install-antlr-ide-with-eclipse-juno-and-pdt-php

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!