最近在用eclipse做项目,新建项目时什么都贪新,用最新的版本,在Dynamic web module version栏里选了最新的3.0版本,布署项目的时候就出现了如期的错误,在网上看到http://hi.baidu.com/yolanda441/b ... 41d36dd1164e2e.html这位兄弟的博客,解决了问题,现将方法贴于此,希望对别人有所帮助:
《通过search,发现在project的.setting folder下面,有个名为org.eclipse.wst.common.project.facet.core.xml的文件,里面配置有各种版本信息。此时,按照本机配置修改这个文件,问题就解决了。
<?xml version="1.0" encoding="UTF-8"?>
<faceted-project>
<runtime name="Apache Tomcat v5.5"/>
<fixed facet="jst.web"/>
<fixed facet="jst.java"/>
<installed facet="jst.java" version="5.0"/>
<installed facet="jst.web" version="2.4"/>
<installed facet="wst.jsdt.web" version="1.0"/>
</faceted-project>
》
像我这样的错误,可以下载Tomcat 7。0解决,不过我闲麻烦,干脆就在配置文件中把<installed facet="jst.web" version="3.0"/> 改成低些的版本version="2.5" 就好了
- 浏览: 54261 次
- 性别:
- 来自: 北京
-
文章分类
最新评论
发表评论
-
RandomStringUtils自动生成码
2015-03-17 17:21 699//产生5位长度的随机字符串,中文环境下是乱码RandomSt ... -
java 是面向对象编程的语言
2015-03-10 14:36 1683什么叫对象? -
maven项目构建不成功
2015-01-16 11:16 736在pom文件中增加 <plugins> ... -
maven项目 启动报错:java.lang.ClassNotFoundException: org.springframework.web.context.C
2015-01-16 11:15 1007tomcat在发布项目的时候没有同时发布maven依赖所添加的 ... -
java 数字两位一组
2014-08-30 17:00 517package org.dm.swingTest; p ... -
Dom4j读取数据库循环生成xml
2014-08-29 19:11 578package com.string; import ... -
Java学习之Iterator(迭代器)的一般用法 (转)
2014-08-25 15:37 476迭代器(Iterator) 迭代器是一种设计模式,它是 ... -
怎么将全局的变量清空
2014-08-01 17:02 916举例: 全局定义一个: ... -
ExtJS-3.4.0下载使用
2014-07-07 17:02 5531、ExtJS-3.4.0下载 ExtJS官方网 ... -
JAVA项目中相对路径和绝对路径
2014-07-07 15:14 620相对路径 ..\aa\\bb 绝对路径 C:\aa\b ... -
iframe页面嵌套页面
2014-07-03 14:33 14721.<iframe id="centerI ... -
java-jsp页面引入相对路径
2014-06-30 14:50 458<%@taglib prefix="c ... -
import javax.servlet.http.HttpSession无法引入
2014-06-27 10:50 1130加入tomcat的jar包 右击项目->build p ... -
easyui datagrid 显示时间转换
2014-06-24 17:59 917DateFormat df = new SimpleDate ... -
jquery easyui mybaties数据库显示datagrid、时间格式转换、查询功能
2014-06-24 17:56 34651.systemLogRecord.jsp <%@ ... -
for(* *:*)遍历问题自己的总结
2014-06-24 17:42 502注解:创建属性对象的List对象,遍历List.get(i) ... -
JAVA的StringBuffer类(转)自己看过了很好
2014-06-24 17:26 455StringBuffer类和String一样,也用来代表字 ... -
java堆栈 (转)自己看了,写的不错
2014-06-24 17:24 461Java栈与堆 ----对这两个概念的不明好久,终于找到一篇好 ... -
jquery ajax 提交(post,datagrid删除选中行方法)
2014-06-23 17:59 647function deleteUserUnit(){ v ... -
ibatiS启动的异常(The content of elements must consist of well-formed character data )
2014-06-23 15:16 592配置的动态SQL语句里面带"<" ...
相关推荐
总的来说,J2EE JAR包见证了Java在企业级应用开发领域的不断演进,从J2EE 1.3的初步成熟到1.4的完善,再到5.0的显著简化,它们反映了软件开发趋势的变化,即从繁重的手动配置转向更简洁、更具生产力的开发方式。...
4. **Tomcat 8.5支持的Web模块版本问题**:当出现“Tomcat version 8.5 only supports J2EE 1.2, 1.3, 1.4, and Java EE 5, 6, and 7 Web modules”这样的错误时,原因是动态Web模块的版本设置不正确。要解决这个...
"Java for the Web with Servlets, JSP, and EJB: A Developer’s Guide to J2EE Solutions" by Budi Kurniawan is a comprehensive guide aimed at helping developers master web programming in Java. The book ...
Version 1.1 ( 2007-9-5 ) +Supports Plugins +Supports language file +Option to send window to task tray +Option to specify Preview tip max size +now Toolbar background color is available on XP +merged...
首先,Apache Tomcat 8.5.x 支持Java EE 7规范,这意味着它可以处理Java Servlet 3.1、JavaServer Pages (JSP) 2.3、WebSocket 1.1等标准。这些规范提供了更强大的功能,例如异步处理能力、更好的资源管理以及对...
This standard defines requirements and options of a... It is based on the VESA DisplayPort Standard Version 1.3 and includes implementation options recommended for consideration by the system integrator.
· AIX 5L Version 5.2 Technical Reference: Base Operating System and Extensions Volume 1 and AIX 5L Version 5.2 Technical Reference: Base Operating System and Extensions Volume 2 provide information ...
This release contains Java API for XML Processing (JAXP) 1.4.5, supports Java Architecture for XML Binding (JAXB) 2.2.3, and supports Java API for XML Web Services (JAX-WS) 2.2.4. ...
<br>· AIX 5L Version 5.2 Technical Reference: Base Operating System and Extensions Volume 1 and AIX 5L Version 5.2 Technical Reference: Base Operating System and Extensions Volume 2 provide ...
### Java - J2EE Job Interview Companion: Key Knowledge Points on Log4j #### Introduction to Log4j Log4j is an open-source logging utility designed for Java applications. It provides a flexible and ...
supports JDK 1.0.2, 1.1, and 1.2 barchart, piechart, and linechart integer and floating point number support positive and negative number support sample colors can be set chart features are ...
1.2.x, and J2SE version 1.3.x. Note: After installing Sun's JavaMail implementation, you can find many example programs in the demo directory. Installing JavaMail 1.2 To use the JavaMail 1.2 ...
JADE(JAVA Agent开发框架)是一个完全由JAVA语言开发的软件,它简化了多Agent系统的实现。-JADE (Java Agent DEvelopment Framework) is a ... The only system requirement is the Java Run Time version 1.4 or later
<br>· AIX 5L Version 5.2 Technical Reference: Base Operating System and Extensions Volume 1 and AIX 5L Version 5.2 Technical Reference: Base Operating System and Extensions Volume 2 provide ...
A simple web framework for Java and KotlinView the documentation → Javalin is a very lightweight web framework for Kotlin and Java which supports WebSockets, HTTP2 and async requests. Javalin’s main...
dumpping memory, processesing the overlay, PE address conversion, supporting PEid plugins, computing MD5 and efficient use of third-party tools, and so on. It is also used for disposing the Trojan ...
<br>· AIX 5L Version 5.2 Technical Reference: Base Operating System and Extensions Volume 1 and AIX 5L Version 5.2 Technical Reference: Base Operating System and Extensions Volume 2 provide ...
Compliant with HDMI1.4 and HDCP1.4 Resolution Up to 4K 30Hz Programmable output swing and pre-emphasis Fully hardware-controlled or optional software- controlled HDCP operations ...
幻灯片菜单布局介绍An android slide menu that supports left and right swipes and slides with parallax.一个支持左右滑动并带有视差滑动效果的安卓滑动菜单控件。(中文版入口) 演示封装不同场景的滑动嵌套。特征...