默认加载器存储库无法加载 MBean 类?
标题说明了一切。我正在运行一个简单的示例,说明如何使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
ClassNotFoundException
发生是因为特定类不在类路径中。检查特定的库是否在类路径中。ClassNotFoundException
occurs because the particular class is not in the classpath. Check the particular library is in the classpath.