I am developing a java project. This project need administrator privilege to execute some of the process. Is there any way to give admin privilege to user. OR ask for admin privilege while running the project?
I am developing a java project. This project need administrator privilege to execute some
Share
As far as I know each process has the user privileges (user who launch the process). So, you shoud launch a new process in name of a administrator user to have such privileges. It depends on Operating System how to implement it…