Is it possible to run a java application with administrative privileges.
So, the idea is to have these privileges and automate installations on the system by simple running a system check for already downloaded dependencies and then install the dependencies / softwares so as to reduce the DEV task.
Asked
Active
Viewed 94 times
0

swayamraina
- 2,958
- 26
- 28
-
2Typically, the application will run with the same privileges as the user that launched the application. So run the app as an administrator would be my first suggestion. – MadConan May 13 '15 at 17:57
-
yes, but running as admin everytime is crazy....is there anyway to code it – swayamraina May 14 '15 at 08:55