Can Java launch the Windows UAC?
问题 As the title says, I'm wondering if it is possible for a program written in Java ( and only java ) to relaunch himself (preferably a .jar) with administrator privileges, showing in the way the native Windows UAC (in order to make it more trustable for the user), i did my homework and found out that it is possible to accomplish this using bridges between c++ and java, but i would really like to do this as a pure java project. P.S: In the remote case that this result to be impossible, can