Hi,
my java program needs administrator rights to run properly.
I can of course start my JAR using the console and the sudo command:
sudo java -jar MyApp.jar
But I'd like to start my program using a double click on the jar file.
How can I get java to show this authentication dialog:
http://www.askdavetaylor.com/0-blog-pics/macosx-authenticate-passwd.png
Anyone?