Is it possible (maybe using Java security) for a Web Start application to write a file into java.home\lib\ext
on the client's Windows XP?
I need this regardless of the user credentials as defined by Windows.
Is it possible (maybe using Java security) for a Web Start application to write a file into java.home\lib\ext
on the client's Windows XP?
I need this regardless of the user credentials as defined by Windows.
I don't think it is possible - while you can give the permission to escape the sandbox to a signed web start java app,this will run with the windows user privileges, which is not necessarily in the "administrators" group.