Thread
:
Log4j created file not able to delete while testing my application??
View Single Post
03-28-2006, 01:31 AM
#
4
(
permalink
)
Belisarius
Java fanboy
Join Date: Aug 2003
Posts: 1,140
If you have a file open for writing in Windows, Windows will put a lock on it. This is different from Unix, where you can delete just about anything. You'll have trouble deleteing files until whatever program is accessing them gives up the lock.
__________________
GitS
Belisarius
View Public Profile
Find More Posts by Belisarius