WebService 注释需要 Websphere 6.1 jar

发布于 2024-09-03 21:24:35 字数 124 浏览 5 评论 0原文

我正在使用安装了 EBJ3 功能包的 WebSphere 6.1。有谁知道我需要从 WebSphere 安装的 AppServer 文件夹中将什么 jar 包含在我的项目中才能使用 @WebService 注释?我似乎找不到它。谢谢。

I'm using WebSphere 6.1 with the EBJ3 Feature Pack installed. Does anyone know what jar I need to include in my project from the AppServer folder of my WebSphere installation in order to be able to use the @WebService annoation? I cannot seem to find it. Thanks.

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

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

发布评论

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

评论(3

亢潮 2024-09-10 21:24:35

您将需要:

注意 Websphere 功能包的安装顺序

You will require either:

Pay attention to the order of installation of the Websphere Feature Packs

孤城病女 2024-09-10 21:24:35

WAS_HOME/lib/j2ee.jar

请注意,在 WAS 7.0+ 中,开发所需的所有 JAR 都位于 WAS_HOME/dev/ 中。

WAS_HOME/lib/j2ee.jar

Note that in WAS 7.0+, all JARs needed for development are located in WAS_HOME/dev/.

转身泪倾城 2024-09-10 21:24:35

WAS_HOME/plugins/ - com.ibm.jaxws.tools_6.1.0.jar
您可能还需要包含 com.ibm.jaxb.tools、com.ibm.ws.runtime 和 org.apache.axis2 jar。

WAS_HOME/plugins/ - com.ibm.jaxws.tools_6.1.0.jar
You may also need to include com.ibm.jaxb.tools, com.ibm.ws.runtime and org.apache.axis2 jars too.

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