【发布时间】:2012-11-27 12:46:41
【问题描述】:
我在 Eclipse 中有一个 Groovy 脚本,并且在导入语句中得到以下信息:
Groovy:unable to resolve class org.apache.commons.lang.time.DateFormatUtils
当我将外部 commons-lang-2.4.jar 添加到构建路径中的库时,错误消息消失了。但是,如果我删除它并添加包含此 jar 和其他 jar 的外部类文件夹,则会收到错误消息。
【问题讨论】: