IWAB0503E Unable to update Java build path
1、问题描述
在Eclipse3.6中,利用wsdl文件,生成相关联的web service client时,出错"IWAB0503E Unable to update Java build path. Please check your system environment.",明细中说找不到"/lib/saaj.jar"
2、seach
2.1、saaj.jar 创建到端点的点到点连接的方法、创建并处理SOAP消息和附件的方法,以及接收和处理SOAP错误的方法
2.2、“The Web Services generation tool detected multiple versions of the javax.xml.soap plug-in installed. Resolve this error by removing the conflicting plug-in.”(http://errorspotting.com/?p=26)
在Help-->About Eclipse Installation Details中找果然有两个版本的。
3、处理
1、进入eclipse的目录"D:\eclipse3.6\eclipse\plugins"
2、将文件夹"javax.xml.soap_1.3.0.v201105210645"剪切出去,只留下文件夹"javax.xml.soap_1.2.0.v201005080501"
3、重启eclipse后,new web service client就不出这问题了。