前几天从MyEclipse8.5换回6.5,在MyEclipse中设置好Resin3.x的JDK路径之后,启动正常,但是打开页面的时候提示:

 

com.caucho.jsp.JspParseException: javax/xml/ws/WebServiceRef

 

查了一下发现还需要再设置一个东西。

 

在myeclipse 里resin的配置界面把这个包加进来,再试就好了


Window->preferences->MyEclipse->Servers->Resin->Resin 3.x->Paths


在右侧prepend to classpaths,点击"Add JAR/ZIP",在Resin\lib目录下找到jaxws-api.jar 这个文件,再运行错误就消失了

相关文章:

  • 2022-01-30
  • 2022-01-25
  • 2021-08-17
  • 2021-07-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-24
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-22
  • 2022-01-10
  • 2022-12-23
  • 2022-12-23
  • 2021-10-29
相关资源
相似解决方案