java.lang.NoClassDefFoundError: org/jaxen/jdom/JDOMXPath

发布于 2024-12-28 09:13:07 字数 572 浏览 0 评论 0原文

我在使用 jDOM 1.0 和 weblogic6 时遇到问题。仅使用 XPath.newInstance(String) 方法,我们会遇到以下错误消息:

Caused by:
  java.lang.NoClassDefFoundError: org/jaxen/jdom/JDOMXPath
    at org.jdom.xpath.JaxenXPath.setXPath(JaxenXPath.java:281)
    at org.jdom.xpath.JaxenXPath.<init>(JaxenXPath.java:99)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

Parent 类存在于 jdom jar 中,该 jar 位于我们的 Web 应用程序的 lib 目录中。 (例如 jaxen beta 9 jar)。我在类路径中添加了`Jdom.jar 和 Jaxen beta 9 jar。

但不太明白要应用哪种解决方案。

显然和jaxen jar有冲突,但是我们到底应该怎么做呢?

I've got a problem using jDOM 1.0 with weblogic6. Just using the method XPath.newInstance(String), we encounter the following error message:

Caused by:
  java.lang.NoClassDefFoundError: org/jaxen/jdom/JDOMXPath
    at org.jdom.xpath.JaxenXPath.setXPath(JaxenXPath.java:281)
    at org.jdom.xpath.JaxenXPath.<init>(JaxenXPath.java:99)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

The class Parent is present in the jdom jar which is located in the lib directory of our web application. (Such as the jaxen beta 9 jar). I added `Jdom.jar and Jaxen beta 9 jar in classpath.

But don't really understand which solution is to be applied.

There is obviously a conflict with jaxen jar but what should we do exactly?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文