`
rainsun
  • 浏览: 7910 次
最近访客 更多访客>>
社区版块
存档分类
最新评论

Eclipse “cannot find the tag library descriptor”

    博客分类:
  • Web
阅读更多
[From http://stackoverflow.com/questions/1265309/eclipse-cannot-find-the-tag-library-descriptor]

In Eclipse Helios "Java EE Module Dependencies" in the project properties has been replaced with "Deployment Assembly".

So for solving this problem with Eclipse Helios, the way I did it is the following:

   
  • Right click on the project in package explorer and choose "Import..."
  •     Accept the default selection "File System" and press "Next"
  •     Press "Browse" in the From directory line, go to your tomcat installation and locate the file webapps/examples/WEB-INF/lib (I have tomcat 6, other versions of Tomcat may have the path webapps/jsp-examples/WEB-INF/lib). Once in the path press OK.
  •     Click besides jstl.jar and standard.jar to activate the check boxes
  •     On the line Into folder click on Browse and choose the library folder. I use /lib inside the project.
  •     Click "Finish"
  •     Right click on the project in Package Explorer view and choose properties (or press Alt + Enter)
  •     Click on "Java Build Path"
  •     Click "Add Jar", click on your project, folder lib, select jstl.jar, press OK
  •     Click "Add Jar", click on your project, folder lib, select standard.jar, press OK
  •     Press OK to dismiss the properties dialog
  •     Click on the Problems view and select the message "Classpath entry .../jstl.jar will not be exported or published. Runtime ClassNotFoundExceptions may result.".
  •     Right click on it and select "Quick Fix".
  •     Accept the default "Mark the associated raw classpath entry as a publish/export dependency" and press Finish.
  •     Do the same for standard.jar


This solves the problem, but if you want to check what has happened in "Deployment Assembly", open the project properties again, select "Deployment Assembly" and you'll see that standard.jar and jstl.jar have been added to WEB-INF/lib folder.
分享到:
评论

相关推荐

    Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core

    有的时候在开发jsp时,需要使用jstl时,在jsp上面引用jstl却出现错误:Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core,这是由于缺少两个jar包导致的。

    js包.rarMyEclipse 出错提示 Can not find the tag library descriptor for "http://java.s

    在使用MyEclipse进行Web开发时,可能会遇到一个常见的错误提示:“Can not find the tag library descriptor for 'http://java.sun.com/jsp/jstl/core'”。这个错误通常意味着你的项目缺少JSTL(JavaServer Pages ...

    关于jsp中报错:cannot find the tag library descriptor for http://java.sun.com/jsp/jstl/core-附件资源

    关于jsp中报错:cannot find the tag library descriptor for http://java.sun.com/jsp/jstl/core-附件资源

    jstl-stand.rar

    然而,开发者在使用JSTL时,可能会遇到"Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/""这样的错误,这通常意味着系统无法找到JSTL的相关组件。本文将详细探讨这个问题,并提供解决...

    jsp中报c标签错误时导包

    这告诉JSP容器,`http://java.sun.com/jsp/jstl/core`这个URI对应的TLD(Tag Library Descriptor)文件是`/WEB-INF/c.tld`,这个文件会告诉容器如何解析`c:`标签。 4. **验证设置**:完成上述步骤后,清理并重新...

    eclipse一打开就会出现这个情况Loading descriptor for.......docx

    标题中的“eclipse一打开就会出现这个情况Loading descriptor for.......docx”问题,是指在启动Eclipse集成开发环境(IDE)时,系统加载项目时显示“Loading descriptor for [项目名]”。这通常是因为Eclipse在尝试...

    jstl1.2.jar&stanard;.jar

    要解决“Can not find the tag library descriptor”的问题,你需要确保以下步骤已经正确执行: 1. **导入库文件**:将`jstl1.2.jar`和`standard.jar`添加到项目的类路径(Classpath)中。这通常意味着将它们放入...

    jstl和standard的jar包

    在Java Web开发中,JSTL(JavaServer Pages ...遇到“Can not find the tag library descriptor”这类问题时,只需正确导入这两个库,即可解决。在实际开发中,理解并熟练运用这些库能够大大提高开发效率和代码质量。

    Google Tag Library技术文档资料

    - `google.tld`:这是Tag Library的标签库描述文件(Tag Library Descriptor),定义了库中的标签、属性和指令。在JSP(JavaServer Pages)环境中,开发人员可以使用这些标签来嵌入和控制Google服务的标记。 4. **...

    jstl.jar和standard.jar 报错Can not find "http://java.sun.com/jsp/jstl/

    总的来说,"Can not find the tag library descriptor"错误通常是因为缺少必要的JSTL依赖或配置不正确。通过检查和修正这些方面,通常可以成功解决这个问题,使得JSTL标签在JSP页面中正常工作。

    基于java的Google Tag Library.zip

    `google.tld`是Tag Library Descriptor文件,它是JSP(JavaServer Pages)技术的一部分,用于定义自定义标签库。在这个文件中,Google Tag Library的每个功能都被封装成一个标签,使得开发者可以通过XML语法在JSP...

    java源码:Google Tag Library.zip

    Tag Library Descriptor (TLD) 文件是JavaServer Pages (JSP) 标签库的一部分,用于定义自定义标签的行为和属性。在这个文件中,Google Tag Library的所有自定义标签都进行了描述,包括它们的名称、参数、返回类型...

    jstl.jar+standard.jar

    Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core" 解决办法:jstl.jar standard.jar 两个Jar包解决此问题的方法

    JSP_tag.rar_Eclipse_eclipse jsp t_jsp custom tag_自定义标签

    Lomboz提供了图形化的界面,帮助开发者创建Taglib(标签库)项目,并生成相关的TLD(Tag Library Descriptor)文件,这是定义自定义标签的关键文件。TLD文件中包含了标签的元数据,如标签名、属性、返回类型等。 接...

    jstl.jar 、standard.jar

    在处理"Can not find the tag library descriptor for 'http://java.sun.com/jsp/jstl/core'"这类错误时,通常需要引入`jstl.jar`和`standard.jar`这两个关键的JAR文件。 首先,`jstl.jar`文件包含了JSTL的核心库,...

    standard.jar和jstl.jar

    在描述中提到的问题“Can not find the tag library descriptor for 'http://java.sun.com/jsp/jstl/core'”是由于缺少了这两个库文件导致的。 首先,我们来详细了解`standard.jar`。这个库文件包含了JSTL的核心...

    google tag lib

    2. **google.tld**:这是一个Tag Library Descriptor (TLD) 文件,用于定义自定义的JavaServer Pages (JSP) 标签。开发者可以使用这些预定义的标签,直接在JSP页面上进行标记集成,简化了前端代码的编写。 3. **...

    02.日志系统:一条SQL更新语句是如何执行的?.pdf

    我希望这个专栏能够帮助这样的一些开发者:他们正在使用MySQL,知道如何写出逻辑 正确的SQL语句来实现业务目标,却不确定这个语句是不是最优的;他们听说了一些使用数据库 的最佳实践,但是更想了解为什么这么做;...

    Google Tag Library jar包

    `.tld`文件代表Tag Library Descriptor,它是JavaServer Pages (JSP) 技术的一部分,用来定义自定义标签库。`google.tld`可能包含了Google Tag Library中所有自定义标签的描述,包括它们的属性、事件处理程序等。...

    关于jsp页面使用jstl的异常分析

    1.在jsp页面中使用如下代码加入jstl的支持 代码如下: <%...如果jsp页面报如下异常 org.apache.jasper.JasperException: java.lang.ClassNotFoundException: org.apache.jsp.Customer.addCustomerInfo_jsp org....

Global site tag (gtag.js) - Google Analytics