类上不存在 WebService 注释:java.net.URL

发布于 2024-12-28 09:26:06 字数 243 浏览 1 评论 0原文

我在netbeans(jdk1.6)中生成了一个Web服务客户端,并将目标客户端设置为jdk1.5.03。然后我将所有库移至 jdk1.5 类路径,当我运行 WS Client 时,我得到: java.lang.ExceptionInInitializerErrorCaused by: A WebService comment is not present on class: java.net.URL 我用 wsimport 生成了它。

有什么建议吗?

i generated a webservice client in netbeans(jdk1.6) and target client to jdk1.5.03. Then i moved all libs to jdk1.5 classpath and when i run WS Client, i got: java.lang.ExceptionInInitializerErrorCaused by: A WebService annotation is not present on class: java.net.URL i generated it with wsimport.

Any suggestions?

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

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

发布评论

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

评论(1

旧伤还要旧人安 2025-01-04 09:26:06

我猜测您可能需要在目标客户端上运行 JRE 1.6,或者在 NetBeans 中将目标版本设置为 JDK 1.5。

但是,请查看此链接以了解其他潜在问题:

http:// forum.springsource.org/showthread.php?71220-Consuming-web-services

I'm guessng that you probably either need to run JRE 1.6 on your target client, or set the target version to JDK 1.5 in NetBeans.

However, take a look at this link for other potential issues:

http://forum.springsource.org/showthread.php?71220-Consuming-web-services

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