Vista UAC
Hi Java Guys,
I am basically a VC programmer. My application has a Java User Interface. The application should be run as administrator since it will make some low-level system calls.
In case of Windows Vista, any C application can be run with elevated privileges by providing a manifest file with required execution level as 'RequiresAdministrator'. Can such facility be provided for a jar file so that JVM will recognize the required privilege level and elevate itself? Or we should have some wrapper application which will elevate the privilege level and launch JVM?
For me, JVM version doesn't matter since I can use the latest JVM available.
Thanks,

