I downloaded a java web project and imported it to netbeans
, when all the imported project with all its libraries were in their place, along with the file web.xml
(within WEB-INF), I executed the project and it started tomcat
and in the browser the application worked satisfactorily! So far so good! But when I try to clean and build the project on IDE
netbeans
it indicates an error saying that it can not delete the build
directory !!
The project respected the folder hierarchy of a web application, as illustrated in the figure below:
Below is the erro
that IDE reports:
C: \ Users \ User \ Documents \ NetBeansProjects \ Projects \ SimpleJspServletDB-master \ build-impl.xml: 1439: Unable to delete file C: \ Users \ web \ WEB-INF \ classes \ db.properties
CONSTRUCTION FAIL (total time: 6 seconds)