站内搜索: 请输入搜索关键词

当前页面: 开发资料首页Eclipse 专题D:/MyProject/build.xml:69: Compile failed; see the compiler error output for details.

D:/MyProject/build.xml:69: Compile failed; see the compiler error output for details.

摘要: D:/MyProject/build.xml:69: Compile failed; see the compiler error output for details.



用ant打包的时候出错:
[javac] D:/MyProject/src/java/com/freeze/test/XMLTester.java:14: cannot resolve symbol
[javac] symbol : class SAXReader
[javac] location: class com.freeze.test.XMLTester
[javac] Document aDoc = new SAXReader().read(new File("D://test//Person.xml"));
[javac] ^

昨天还好好的,而且XMLTester在eclipse上能跑起来的。
好像是我在配置窗口上按了一下“还原默认”,就出问题了。

Help!!!



你确定不是低级错误


SAXReader不在路径下


来强分了。呵呵




看看你的build文件,是不是没有引入需要的jar包?



你死了,倒粪贴!


BAN UrJava FreezeCS


↑返回目录
前一篇: Eclipse 在安装 SWT Designer 时怎么也装不成功!
后一篇: eclipse右边的大纲视图中的图标代表什么意思?