Eclipse tomcat server 无法添加项目
时间:2015-12-11 18:17:25
收藏:0
阅读:377
现象:There are no resouce that can be added or removed from the server.
原因:其实就是现有的项目的属性不对。
解决办法:right click project-->properties-->project facets-->select "Dynamic web Module" and "Java"
原文:http://www.cnblogs.com/zhuchunxu/p/5039695.html
评论(0)