Tomcat project cleaning error

后端 未结 3 1822
南方客
南方客 2021-02-13 19:03

When I try to clean the project from tomcat. I\'m getting this error:

Could not delete . May be locked by another process.

3条回答
  •  一整个雨季
    2021-02-13 20:06

    The message is good, you have another process/application currently using the resources eclipse is trying to clean. If you're on linux, you can use lsof to find it. On windows, you have to guess or go through all applications currently opened.

提交回复
热议问题