[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Java Web Start & javax.jnlp.PersistenceService



I am using JWS to deploy a Swing application to win2k clients.  I'm utilizing the JWS PersistenceService to store various properties in a local file so that they are saved after new versions of the client are released. This works well when the user running the app is also an administrator of the win2k client however if the user is not an administrator the app will throw security exceptions.  
 
Java Web Start by default installs to the protected Program Files directory and the local persistent file is located in a subdirectory off the \Program Files\JavaWebStart dir. 
 
Has anyone run into this problem?  Short of manually resetting the privs on the Java Web Start dir, does anyone know of a way to configure JWS to store the persistent data in an unprotected directory, like the Temp dir?  Or programmatically change the privs on this dir.
 
Regards, 
Tony Schoenbachler