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.
Asked
Active
Viewed 3.1k times
11

Rocky
- 429
- 1
- 9
- 26
1 Answers
45
I too faced the same problem.
- Select the project in the netbeans and right click and navigate to properties.
- Navigate to libraries, you should see in compile tab that the mentioned library is missing.
- Remove the missing library and add a new library of JSTL which you have downloaded or choose from JSTL library options given by netbeans.
- Save the settings and clean and build the project. Now you should not get the error.
Please let me know if it worked
-
Went through so many solutions.. finally got what was required.. And to think it was so simple! – Playmaker Dec 11 '14 at 09:13
-
Remove the missing library x) – brat Dec 06 '19 at 07:49