我正在尝试运行一个网络应用程序。一开始一切顺利,但我不得不从项目文件夹中删除一些罐子。我没有使用eclipse删除罐子。所以,我开始收到这些错误:
Publishing failed with multiple errors
Could not delete C:/Users/maniceto/Documents/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/fj21-tarefas/WEB-INF/lib. May be locked by another process.
Could not delete C:/Users/maniceto/Documents/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/fj21-tarefas/WEB-INF. May be locked by another process.
我试图删除我的整个项目并再次编码。但它不起作用。我还删除了 Tomcat 服务器,但它再次不起作用。然后我意识到要“解决”这个问题,我必须删除这个文件夹:
C:/Users/maniceto/Documents/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/fj21-tarefas/WEB-INF。
并清理服务器和项目。但是当我关闭 eclipse 并再次打开时,我得到了同样的错误,那么我必须做这个过程。
这里的任何人都知道如何修复这种tomcat错误?