I use netbeans to build native my Java application as native (.exe). I've created a new project and when I install and try to execute the application requires admin privilege. I've tried to create a new project but the problem always happen. This problem always happen with this code, I've build other aplication and the problem doesn't happen.
I got this error: "Error 740: The requested operation requires elevation"
Ps: I'm using InnoSetup from Netabeans to generate the installer.
What could be the cause of problem? Which may I verify?
Thx :)