|
|
Browse by Tags
All Tags » osgi » temporary files (RSS)
-
I'm not sure what the OSGi spec says, but more than likely your file is being put in some temporary storage area which is cleared down on shutdown or start up. There are two solutions:
1) Use the persistent storage area. Modify your code as ...
|
|
|