runtime modeler error: Wrapper class com.ws.jaxws.DoSomething is not found. Have you run APT to generate them?
Wrapper class com.ws.jaxws.DoSomething is not found. Have you run APT to generate them?
提出:与webservice练习中,出现配置环境异常。
原因:
jdk 1.7 以下的版本不提供这些类,为此如果安装jdk 1.7以下的版本有必要更新,如果你确定安装的是jdk 7的版本,依旧
出现此类问题,应该是你的默认jdk配置没有更换。
解决:
我使用的是myeclipse 10 ,在默认情况下是自带的1.6版本,我在参考别人博客时已经通过异常。
参考博客(更换jdk的版本):http://blog.csdn.net/youngstar70/article/details/54571339
小结: 当然如果是1.6不更新,那有没有其他方法,有,不过有些麻烦。
参考博客:http://blog.csdn.net/jcy7523/article/details/37993593