Target runtime Apache Tomcat 7.1 is not defined 解决方法
在工作台目录下找到 自己操作的项目的文件夹 /.settings/org.eclipse.wst.common.project.facet.core.xml
打开后,显示
<?xml version="1.0" encoding="UTF-8"?>
<faceted-project>
<runtime name="Apache Tomcat v6.0"/>
<fixed facet="jst.web"/>
<fixed facet="wst.jsdt.web"/>
<fixed facet="java"/>
<installed facet="java" version="1.6"/>
<installed facet="jst.web" version="2.5"/>
<installed facet="wst.jsdt.web" version="1.0"/>
</faceted-project>
将<runtime name="Apache Tomcat v6.0"/>删除,保存即可解决。
以上转自http://fujiangyong2009.blog.163.com/blog/static/1262178572012963431343/
Target runtime Apache Tomcat 7.1 is not defined 解决方法的更多相关文章
- 【eclipse】Target runtime Apache Tomcat v7.0 is not defined解决
		
在eclipse中导入项目时提示Target runtime Apache Tomcat v7.0 is not defined, 解决方法:右键项目--properties--targeted ru ...
 - 发现eclipse红叉,查看markers发现Target runtime Apache Tomcat  v8.0 is not defined
		
导入以前的项目(Markers中注意查看,就在console选项卡旁边),报以下错误,但不影响操作: Faceted Project Problem Target runtime Apa ...
 - Java compiler level does not match the version of the installed Java project facet.	springmvc1 和 Target runtime Apache Tomcat v7.0 is not defined.
		
Java compiler level does not match the version of the installed Java project facet.springmvc1 : Targ ...
 - Target runtime Apache Tomcat v6.0 is not defined.	phyy	Unknown	Faceted Project Problem
		
Description Resource Path Location TypeTarget runtime Apache Tomcat v6.0 is not defined. phyy Unknow ...
 - Target runtime Apache Tomcat v8.0 is not defined.
		
Target runtime Apache Tomcat v8.0 is not defined. Window-Preference-MyEclipse-Targeted Runtimes,选择存在 ...
 - 发现eclipse红叉,查看markers发现Target runtime Apache Tomcat 6.0 is not defined
		
1.导入以前的项目(Markers中注意查看,就在console选项卡旁边),报以下错误,但不影响操作: Description Resource Path Location TypeTarget r ...
 - Resource	Path	Location	Type Target runtime Apache Tomcat v6.0 is not defined(项目报错)已解决
		
我换了开发工具后,导入的项目不是这里报错就是那里不错.不过,我喜欢.在tomcat里面部署项目后,定位到报错行时,总是提示我这句话:Description Resource Path Location ...
 - Target runtime Apache Tomcat v8.5 is not defined.
		
Target runtime Apache Tomcat v8.5(或者其它版本) is not defined. 这个错误通常是在从文件夹中导入别人的项目的时候发生,因为 在 .setting 中有 ...
 - Target runtime Apache Tomcat v6.0 is not defined
		
在工程目录下的.settings文件夹里,打开org.eclipse.wst.common.project.facet.core.xml文件,其内容是: <?xml version=" ...
 
随机推荐
- ACM模板~求逆序对的个数
			
#include <map> #include <set> #include <cmath> #include <ctime> #include < ...
 - Eclipse开发环境配置,打磨Eclipse,安装插件(适用3.4,3.5,3.6,3.7)
			
转载自:http://elf8848.iteye.com/blog/354035 打磨Eclipse -- 磨刀不误砍柴工 -------------------------------------- ...
 - es6+最佳入门实践(13)
			
13.模块化 13.1.什么是模块化 模块化是一种处理复杂系统分解为更好的可管理模块的方式.通俗的讲就是把一个复杂的功能拆分成多个小功能,并且以一种良好的机制管理起来,这样就可以认为是模块化.就像作家 ...
 - java深入解析
			
具体内容安排如下: Java Collections Framework概览 对Java Collections Framework,以及Java语言特性做出基本介绍. Java ArrayList源 ...
 - 网络流专题练习Day1
			
04/16 一共做了8道题 首先网络流目前自己掌握的只有最大流Dinic算法和普通的费用流算法 有空还要去学习一下SAP和ZKW费用流(flag早早立在前面以后看到都有动力... 但网络流的算法个人认 ...
 - [POJ1113&POJ1696]凸包卷包裹算法和Graham扫描法应用各一例
			
凸包的算法比较形象好理解 代码写起来也比较短 所以考前看一遍应该就没什么问题了..>_< POJ1113 刚开始并没有理解为什么要用凸包,心想如果贴着城堡走不是更好吗? 突然发现题目中有要 ...
 - CentOS 7 单用户模式修改root密码
			
1)在启动grub菜单,选择编辑选项启动 2)按键盘e键,来进入编辑界面 3)找到Linux 16的那一行,将ro改为rw init=/sysroot/bin/sh 4)现在按下Control+x,使 ...
 - Yeelight介绍
			
1. 介绍 Yeelight是小米生态链中的WiFi智能灯泡,本文介绍它的接入和控制实现: Yeelight使用的是自定义的私有协议,该协议采用了类似SSDP的发现机制和基于JSON的控制命令 2. ...
 - 【POI2017||bzoj4726】Sabota?
			
上学期putsnan过了一次,这学期认真写了一遍…… #include<bits/stdc++.h> #define N 500010 using namespace std; ]; ,n ...
 - 重启nginx后丢失nginx.pid,如何重新启动nginx
			
http://blog.csdn.net/llnara/article/details/8691049 一句话结论: /alidata/server/nginx/sbin/nginx -c /alid ...