构建java项目时出错

发布于 2024-09-05 08:21:12 字数 862 浏览 5 评论 0原文

我尝试在 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 等...但我无法解决此错误。 有人知道我该如何解决它吗?

一切顺利!

莱安德罗

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

反目相谮 2024-09-12 08:21:12

有时,Netbeans 会搞砸构建文件的生成
(从 build.xml 生成 build-impl.xml)。

如果可能有助于删除buid-impl.xml,请关闭项目,重新启动Netbeans,打开项目。但在某些情况下,Netbeans 无法重新生成此文件。

大多数情况中有用的是:

  • 在不同位置创建项目(如果您愿意,可以使用相同的名称);
  • 打开新旧项目;
  • 复制旧项目中的所有包,然后粘贴到新项目中
    (尝试使用重构,但如果失败,请尝试不使用重构。);
  • 手动将旧项目中的所有项目设置采用到新项目中。
  • 忘记旧项目并将其删除;)

Sometimes, Netbeans screws up the build file generation
(generation of build-impl.xml from build.xml).

If may help to remove buid-impl.xml, close project, restart Netbeans, open project. But in some cases Netbeans fails to regenerate this file.

What will help in most cases is:

  • Create new project in different location (with same name if you whish);
  • Open old and new project;
  • Copy all packages from old project, and paste to new project
    (try with refactoring, but when fails, try without.);
  • Adopt manually all project settings from old project into new.
  • Forget the old project and delete it ;)
已下线请稍等 2024-09-12 08:21:12

好的,已经解决了。我还没有看到一个警告是针对未找到库的。我只是将该库提供给 netbeans,并且我的代码编译得很好。

对不起各位
莱安德罗.

Ok, it's resolved. I haven't seen that one warning was for a library not found. I just give to netbeans that library and my code is compiled well.

Sorry guys
Leandro.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文