Open in Java(TM) Platform SE binary

后端 未结 6 1764
余生分开走
余生分开走 2021-02-01 01:56

I tried to delete a file that I have two of, one slightly changed, so I could delete the older one and replace it with the new one I changed. When I tried to delete the file I g

6条回答
  •  旧巷少年郎
    2021-02-01 02:17

    1. Open Task Manager in windows.
    2. Go to view-> Select Columns and check command line.
    3. Now kill the java process that locked the file. (command line option shows the path of the java proces from where it gets executed so that unnecessarily you don't need to kill all the java process.)

提交回复
热议问题