在JDK 1.6上开发webservice客户端,需要兼容JDK 1.5.03

发布于 2024-12-28 03:07:00 字数 219 浏览 0 评论 0原文

我试图在 JDK 1.5 上运行 Web 服务客户端,它给了我很多错误,例如 classnotfound 异常、nosuchmethod...是否可以添加一些库(例如 jax-ws、axis...)并在 JDK 1.5 下运行它?

最好的方法是什么?我在 JDK 1.6 上有 NetBeans 6.9.1,创建了与 JDK 1.5 兼容的项目。它在我的机器上可以工作,但在其他只有 1.5 的机器上却不能。

I'm trying to run webservice client on JDK 1.5 and it gives me many errors such as classnotfound exception, nosuchmethod... Is it possible to add some libs such as jax-ws, axis... and run it under JDK 1.5?

What's the best approach? I have NetBeans 6.9.1 on JDK 1.6, created project compatible for JDK 1.5. It works on my machine but on other with only 1.5 doesn't.

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

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

发布评论

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

评论(1

暗藏城府 2025-01-04 03:07:00

如果您想针对 JDK1.5 进行开发,请下载 JDK1.5,并使用它来开发您的应用程序。 NetBeans 允许使用与其附带的 JDK 不同的另一种 JDK。

以 JDK1.5 为目标并在 JDK1.6 上进行开发是搬起石头砸自己的脚。

If you want to develop for JDK1.5, then download JDK1.5, and use it to develop your application. NetBeans allows using another JDK than the one it comes with.

You're shooting yourself in the foot by targetting JDK1.5 and developing on JDK1.6.

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