Java Open Files on Windows/NTFS - not closing -



Java Open Files on Windows/NTFS - not closing -

problem: java app embedded database. on linux/mac closing database closes open files. on windows, find database stop cleanly files using held open jvm. ( proc explorer lists them, can't delete or rename them)

i guessing difference between behavior on windows , *ix downwards how jvm interacts ntfs.

any suggestions on how 1 of following:

close file opened thread has terminated? change ntfs settings or jvm property ensure closure?

also open other debug ideas: jstack -l, visualvm, process explorer , running in ide break points introduce pauses etc. have not helped other farther java education on windows.

thanks, fitcs

java windows file-io java-7 windows-server-2012-r2

Comments

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -