I'm using the http://jpassing.com/2007/12/08/launch-elevated-processes-from-the-command-line/ elevate program to give me administrator access to certain commands in my java program. I've imported the elevate.zip into my NetBeans library, but still cannot access the .exe itself via importing.
How can I import .exe files into NetBeans and use them inside java programs?
Note : when I export my program into a separate folder, the Elevate.exe works when called in the java program. However for programming purposes, I do need this to work in NetBeans.