Is it possible to ask for elevated permissions from within a Java Application? Suggestions I\'ve seen seem to all be centered around running an external executable or setti
You have to use an external (native) application to do this. This post provides source code and a great explanation: UAC Prompt From Java