I'm going to develop a java web start application, which need to access protected system directory and install a program there.
I know, how to exit sandbox, my application is signed and have access to filesystem. The problem is, that it sill can't access directories like C:/windows/system32.
I found solutions for standalone java applications: Java: run as administrator
How to do this in java web start?
Thanks in advance for answer!