fragment was not found at expected path (eclipse jsp)

13,960

I'm afraid I don't understand the ascii representation in the original post, but the validator can make use of any project with a ModuleCore Nature and its .settings/org.eclipse.wst.common.component file to find out what "/" means. Creating a Dynamic Web Project and inspecting that file and .project might help you piece together the right contents to make this work in your Java project.

Share:
13,960
KALPESH GHAG
Author by

KALPESH GHAG

Updated on July 13, 2022

Comments

  • KALPESH GHAG
    KALPESH GHAG almost 2 years

    In eclipse, I have a javaproject (not a web project), though it does provide reusable tag files.

    layout

    +src
    +++META-INF
    ----my.tld
    +++++++++++tags
    ---------------include.jsp

    I keep on getting Fragment "/META-INF/tags/include.jsp" was not be found at expected path /Project/META-INF/tags/taginclude.jsp

    How can I modify the path eclipse is looking for? I need to tell it to include "src" in the lookup