WebService 注释需要 Websphere 6.1 jar
我正在使用安装了 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您将需要:
注意 Websphere 功能包的安装顺序
You will require either:
Pay attention to the order of installation of the Websphere Feature Packs
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/.
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.