Is there a way in java to execute the jar file with administration privilege, when double click on jar file open with admin privilege ?
i know this way: go to C:\Program Files\Java\jre6\bin and right click on javaw.exe file choose compatibility and click on run this program as an administrator.
but this way isn't an appropriate for normal application users >>>
Thanks.