Hi Rickard, Folks,
I would appreciate every kind of hint or ideas...
The problem:
I create local copies of the files I want to deploy. I m pretty sure to
do the copies right (closing all streams) so that the files should be
deleteable.
...just tested it on Windows: OK
Now I give these copies to several URLClassLoaders. These classloaders -
now I guess because I didnt find the source code - are holding open
URLConnections on this files, so that Windows says: file is in use.
Linux doesnt care about that and since I work on Linux I never had that
problem...
Well, now the open connections should be closed when the classloaders
are garbage collected. I m writing a test case now to get that theroy
commited.
Was anyboby out there ever faced with that problem?! And maybe solved it
somehow?!
thanx in advance
\Daniel