我已经尝试在netbeans 6.8 / windows xp中构建我的项目,我收到了这个错误:
..\nbproject\build-impl.xml:452: The following error occurred while executing this line:
..\nbproject\build-impl.xml:224: Compile failed; see the compiler error output for details.output for details.
这些线分别是: 452:
`<j2seproject3:javac gensrcdir="${build.generated.sources.dir}"/>`
224:
<javac debug="@{debug}" deprecation="${javac.deprecation}" destdir="@{destdir}" encoding="${source.encoding}" excludes="@{excludes}" fork="${javac.fork}" includeantruntime="false" includes="@{includes}" source="${javac.source}" sourcepath="@{sourcepath}" srcdir="@{srcdir}" target="${javac.target}" tempdir="${java.io.tmpdir}">
我曾尝试重新安装netbeans,java等等......但我无法解决此错误。 有人知道我该如何解决它?
一切顺利!
Leandro的
答案 0 :(得分:1)
有时,Netbeans搞砸了构建文件生成
(从build-impl.xml
生成build.xml
。
如果可能有助于删除buid-impl.xml,请关闭项目,重启Netbeans,打开项目。但在某些情况下,Netbeans无法重新生成此文件。
大多数情况的帮助是:
答案 1 :(得分:0)
好的,它已经解决了。我没有看到一个警告是找不到的库。我只是向netbeans提供了库和我的代码编译得很好。
对不起伙计们 Leandro的。