Javaweb工程类中没有添加Tomcat运行时相关类导致。
下面是具体的解决方法:
1、右击web工程-》属性或Build Path-》Java Build Path->Libraries-> Add Libray...->Server Runtime -》Tomcat Server
2、切换到Java Build Path界面中的Orader and Export,选择Tomcat。

注意:
按以上方法操作时,若打开Server Runtime后一片空白,需要设置Apache服务器。设置方法为:window->Preferences->Server->Runtime Environment -> add --> 选择Apache的版本后点Next,再填入你apache服务器软件的安装(解压后)地址。




相关文章:

  • 2021-04-05
  • 2021-08-02
  • 2021-12-05
  • 2021-05-24
  • 2021-09-23
猜你喜欢
  • 2021-10-06
  • 2021-08-21
  • 2021-12-20
  • 2021-08-08
  • 2022-01-08
相关资源
相似解决方案