石英 API 错误

发布于 2024-08-13 04:22:35 字数 235 浏览 6 评论 0原文

当我在本地计算机上使用 Windows XP sp2、JDK 5u11 规格编译并运行应用程序时,没有出现任何错误。但是,当我尝试在 Linux Debian 发行版、JDK 5 上运行此应用程序(在 Windows XP 上编译)时,我收到以下错误:

Unable to instantiate class load helper class: null

我该怎么做才能摆脱此异常消息?

When I compile and run my application on my local machine with specs Windows XP sp2, JDK 5u11, I get no error. But when I try to run this application (compiled on Windows XP) on a Linux Debian distro, JDK 5 I get the following error:

Unable to instantiate class load helper class: null

What can I do to get rid of this exception message?

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

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

发布评论

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

评论(1

将军与妓 2024-08-20 04:22:35

是的,这并没有足够的信息来提供帮助,但是一个简单的 Google 搜索让我找到了源代码,它对此进行了一些解释:

Quartz 有一个“ClassLoadHelper”接口,您可以指定要使用的实现的类名称。您尚未配置它,或者创建它时出错。也许它抱怨没有要实例化的类的名称。

无论如何,代码显然会用此记录堆栈跟踪,因此您应该提供它。

Yes, this isn't really enough info to help, but a simple Google search led me to the source code which explalins it a bit:

Quartz has a "ClassLoadHelper" interface and you can specify the class name of the implementation of this to use. You've not configured it, or there's an error in creating it. Perhaps it's complaining it doesn't have the name of a class to instantiate.

In any event the code apparently logs a stack trace with this, so you should provide that.

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