我找不到 org.codehaus.staxmate.dom 包

发布于 2024-09-29 19:03:26 字数 73 浏览 5 评论 0原文

我使用 netbeans 6.9 我想使用 org.codehaus.staxmate.dom 包,但不存在。我怎样才能添加这个包?

I use netbeans 6.9 I want to use org.codehaus.staxmate.dom package but in does not exist. How can I add this package?

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

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

发布评论

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

评论(3

栀梦 2024-10-06 19:03:26
  1. http://staxmate.codehaus.org/ 下载 jar 文件
  2. 打开 Netbeans 并添加您需要的 jar 文件取自 1
    • 要添加 jar,请打开“工具”->库并创建一个新的类库。最后,将此库添加到项目的库部分下的“编译”选项卡
    • 或者,您也可以简单地右键单击该项目 ->属性,然后在库下的“编译”选项卡下添加 jar

通常,请在此处查找 jar 文件名: http://www.jarfinder.com/

这将帮助您决定所需的 jar 文件以及从哪里下载:)

  1. Download the jar files from http://staxmate.codehaus.org/
  2. Open up Netbeans and add the jars that you fetched from 1
    • to add the jars, open up Tools -> Libraries and create a new class library. Finally, add this library to the project's "compile" tab under its libraries section
    • alternately you can simply right click the project -> properties and then add the jars under the "compile" tab under libraries

Generally, make it point to look for the jar file names here : http://www.jarfinder.com/

That will help you decide the jar file needed and where to download it from as well :)

溺渁∝ 2024-10-06 19:03:26

从以下位置下载 staxmate:

Staxmate 网站

Download staxmate from:

The Staxmate Web Site.

明月夜 2024-10-06 19:03:26

该包不包含在标准 Java 运行时环境中。因此,

  • 您要么必须手动下载相应的 jar,并在项目配置中指定为库
  • ,要么必须在项目中使用某些构建管理器(例如 Maven)并指定对相应包的依赖关系

This package is not included in standard Java Runtime Environment. So,

  • you either have to download corresponding jar manually, and specify as library in your project configuration
  • or have to use some build manager in your project (for example, Maven) and specify dependency on corresponding package
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文