Could not find file ${libs.jstl11.classpath} to copy

28,642

I too faced the same problem.

  1. Select the project in the netbeans and right click and navigate to properties.
  2. Navigate to libraries, you should see in compile tab that the mentioned library is missing.
  3. Remove the missing library and add a new library of JSTL which you have downloaded or choose from JSTL library options given by netbeans.
  4. Save the settings and clean and build the project. Now you should not get the error.

Please let me know if it worked

Share:
28,642
Rocky
Author by

Rocky

Hello, I'm Rockie! I've been a Java Developer for almost 5 years now and I am still learning about it. I like reading different frameworks and technologies that help me in my work.

Updated on July 09, 2022

Comments

  • Rocky
    Rocky almost 2 years

    Good day guys. I have this project in netbeans that when I try to run, it gives out an error message: "Warning: Could not find file C:\wamp\folder1\${libs.jstl11.classpath} to copy. BUILD FAILED (total time: 0 seconds) I tried adding jstl-1.2.1.jar to the project's library but it still gets the same error. I also downloaded a jstl11.jar and added it again to project's library but it still don't work. Any other suggestions on how I can resolve this? I'm using netbeans 7.4, Thank you in advance.

  • Playmaker
    Playmaker over 9 years
    Went through so many solutions.. finally got what was required.. And to think it was so simple!
  • brat
    brat over 4 years
    Remove the missing library x)