petebrew / fhaes

Fire History Analysis and Exploration System
GNU General Public License v3.0
4 stars 1 forks source link

File locked in Windows #82

Closed petebrew closed 8 years ago

petebrew commented 9 years ago

When files are loaded in Windows they are locked and not released until the program is closed. This is apparently a Windows bug so we'll need to investigate a workaround if possible: http://bugs.java.com/bugdatabase/view_bug.do?bug_id=4715154

Original comment by: petebrew

petebrew commented 9 years ago

Original comment by: petebrew

petebrew commented 9 years ago

It was actually a bug in FHFileReader where readers where not being closed properly.

Original comment by: petebrew