I want to start an exe with java.
This exe is in the Program Files (x86) folder and when I try :
Runtime.getRuntime().exec("C:\\Program Files (x86)\\CodFiscExtractor\\MySQLServer\\MySqlStart.exe");
the console displays me this error :
CreateProcess error=740, The requested operation requires elevation
What I should do?
EDIT : this is not a duplicate of this, because i'm asking java