问题:

  • Tomcat删除之后显示服务名一直存在

A service with the given Service Name is already installed on this machine.Please choose another Service Name

  • 一直在服务中存在

A service with the given Service Name is already installed on this machine.Please choose another Service Name

解决:

  • 运行 cmd

A service with the given Service Name is already installed on this machine.Please choose another Service Name

  • 输入 sc delete Tomcat8 (根据你显示的服务名称,来写tomcat版本)

A service with the given Service Name is already installed on this machine.Please choose another Service Name

  • 成功删除 Tomcat8 服务,然后可以正常安装 tomcat 。

A service with the given Service Name is already installed on this machine.Please choose another Service Name

相关文章:

  • 2021-04-18
  • 2021-11-29
  • 2022-12-23
  • 2021-10-25
  • 2022-12-23
  • 2021-12-10
猜你喜欢
  • 2022-12-23
  • 2021-04-26
  • 2021-05-18
  • 2022-12-23
  • 2022-12-23
  • 2021-08-10
  • 2021-08-03
相关资源
相似解决方案