我尝试在 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 和其他任何东西......但我无法解决这个错误。有人知道我该如何解决吗?
一切顺利!
莱安德罗