java.lang.NoClassDefFoundError: org/apache/http/params/SyncBasicHttpParams

发布于 2024-10-20 23:33:48 字数 163 浏览 3 评论 0原文

嗨,大家好 我正在尝试在基于 OSGI 的 Web 应用程序上运行集成测试 当我尝试时收到错误:

java.lang.NoClassDefFoundError: org/apache/http/params/SyncBasicHttpParams

有什么想法如何解决这个问题吗?

hi guys
I am trying to run integration test on an OSGI based web app
when I tried that I get the error:

java.lang.NoClassDefFoundError: org/apache/http/params/SyncBasicHttpParams

any ideas how to solve that ?

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

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

发布评论

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

评论(3

瀟灑尐姊 2024-10-27 23:33:48

请查看此处,了解遇到 NoClassDefFoundError 时该怎么做:

http://jroller.com/sjivan/entry/ Difference_after_classnotfoundexception_and_noclassdeffounderror

Have a look here for what to do when you encounter NoClassDefFoundError:

http://jroller.com/sjivan/entry/difference_between_classnotfoundexception_and_noclassdeffounderror

牛↙奶布丁 2024-10-27 23:33:48

确保您的包导入包 org.apache.http.params,例如:

Import-Package: org.apache.http.params

Ensure that your bundle imports the package org.apache.http.params, e.g.:

Import-Package: org.apache.http.params
撕心裂肺的伤痛 2024-10-27 23:33:48

确保您的平台上有包含 org/apache/http/params/SyncBasicHttpParams ACTIVE 类的捆绑包。

Make sure you have the bundle that contains the class org/apache/http/params/SyncBasicHttpParams ACTIVE in your platform.

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