类上不存在 WebService 注释:java.net.URL
我在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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我猜测您可能需要在目标客户端上运行 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