csshaw

转载地址:http://blog.csdn.net/huang86411/article/details/12118309

问题描述:

从SVN或者别处搞过来的web项目,利用eclipse工具,新建的project工程导入项目,当我们需要在server上运行调试的时候,发现
右键Run as 中没有 Run on server 选项


解决办法

1. 打开.project文件,在<natures>元素中加入

<nature>org.eclipse.wst.common.project.facet.core.nature</nature>


2. 在eclipse中在工程上右键刷新,然后右键Properties -> Project Facets

   在右侧勾选 Dynamic Web Module 和 java , 点OK.

分类:

技术点:

相关文章:

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