【发布时间】:2017-01-14 16:02:26
【问题描述】:
我的班级有以下导入
import org.apache.commons.lang.exception.ExceptionUtils;
ExceptionUtils 确实在我的课程中被引用。
JOptionPane.showMessageDialog(this, "An Server Error occured during saving.\n\n" + ExceptionUtils.getStackTrace(e), "Error",**
但是在类路径中我有包org.apache.commons.lang3
我真的不确定它是如何运行的以及为什么没有错误? 我正在使用 Eclipse Indigo
请指教。
【问题讨论】:
标签: import jar package classpath