Error building java project
Posted
by Leandro
on Stack Overflow
See other posts from Stack Overflow
or by Leandro
Published on 2010-06-09T17:48:13Z
Indexed on
2010/06/09
17:52 UTC
Read the original article
Hit count: 417
java
|netbeans6.8
I have tryied to build my project in netbeans 6.8/ windows xp, and I've received this errors:
..\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.
The lines are, respectively: 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}">
I have tried to reinstall netbeans, java, and anything more...but I can't resolve this error. Do someone know how can I fix it?
All the best!
Leandro
© Stack Overflow or respective owner