How to request UAC elevation in a Java program?

Vincent

New member
I've built a program and it requires administrative privileges to do a basic task like copying a file from desktop to my documents. So how can programmatically code a way to request UAC elevation when I run the .jar file?
 
Back
Top