默认加载器存储库无法加载 MBean 类?

发布于 2024-12-08 21:09:47 字数 275 浏览 1 评论 0原文

标题说明了一切。我正在运行一个简单的示例,说明如何使用 JMX 远程管理对象。它在命令行中工作得很好,但在 Eclipse 中我得到一个 javax.management.ReflectionException 说

默认加载器存储库无法加载 MBean 类
未找到实现“somethingMBean”的类“ClassNotFoundException”。

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

问候

吉恩

The title says everything. I'm running a simple example of how to use JMX to remotely manage objects. It works fine with command lines but within Eclipse I get a javax.management.ReflectionException saying

The MBean class could not be loaded by the default loader repository
The class implementing the "somethingMBean" is not found "ClassNotFoundException".

Any idea please about how to solve that problem?

Regards

Jean

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

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

发布评论

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

评论(1

岛徒 2024-12-15 21:09:47

ClassNotFoundException 发生是因为特定类不在类路径中。检查特定的库是否在类路径中。

ClassNotFoundException occurs because the particular class is not in the classpath. Check the particular library is in the classpath.

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