Java Web Start and file sandbox on client side
843802Jan 14 2004 — edited Jan 19 2004Hello,
I use Java Web Start for downloading and running of my application.
And I need to store some files created by my application to specific directory. I have all permission set in JNLP file and signed JARs.
I know there is a file sandbox but I don't know how to change it.
I made these tests:
1) Win2000, using Internet Explorer - file sandbox is set to a user's desktop
2) Win2000, using MYIE2 (better thirdparty internet explorer) - file sandbox is set to directory of MYIE2
3) Suse Linux 8.1 - file sandbox is set to user's home directory
Does anyone know how to change that sandbox to the specific local directory?
Maybe this can be changed in javaws.policy...?
Luke