gatech-csl / jes

The Jython Environment for Students allows students to write Jython programs that can manipulate pictures, sounds, and videos.
http://mediacomputation.org/
59 stars 38 forks source link

Cannot uninstall plugins #83

Open sportsracer48 opened 9 years ago

sportsracer48 commented 9 years ago

Upon attempting to quit after uninstalling a plugin, JES will not quit. A force quit does not uninstall the plugin.

sportsracer48 commented 9 years ago

I think this is a windows exclusive issue, as on Unix it is fine to delete a file while it is open, and the delete will just be queued. On windows, this causes an exception.