Issue
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 :)
Solution
Thanks guys for your help!
But I've solved the problem. The name of the project was 'UpdaterSuperAudio' and for some unknown reason it requires admin level, after I change the name to 'AtaulizarSuperAudio' ('Atualizar' means 'Updater' in pt-BR) the problem disappear.
It has no relation with my code, was just the name!
Answered By - Nelson Dutra Junior
Answer Checked By - Robin (JavaFixing Admin)