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

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -