我引用这个站点"https://www.eclipse.org/rcptt/documentation/userguide/ecl/new-command-guide/“来创建新的ECL命令。
根据新的命令指南,我将RCPTT plugin源代码下载到eclipse工作区中,当我按照指南使用以下插件创建新eclipse实例时,例如,对于org.eclipse.rcptt.ecl.parser plugin,不满意的版本约束'org.antlr.runtime:[3.2.0, 3.3.0)'存在错误。
为什么我要这么做,我应该使用哪种版本的org.antlr.runtime ?
发布于 2014-10-28 05:24:17
您应该从http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/安装antlr运行时3.2版本。
https://stackoverflow.com/questions/26483317
复制相似问题