Javaを介してODBCブリッジを開こうとした私のコードは次のとおりです
コード:
try{
Runtime r = Runtime.getRuntime();
Process p = null;
try{
String s = "C://windows/System32/odbcad32.exe";
p=r.exec(s);
}catch(Exception ex){
System.out.println(ex.getMessage());
}
}catch(Exception ex)
{
System.out.println(ex.getMessage());
}
ここに私が直面している問題があります
Cannot run program "C://windows/System32/odbcad32.exe": CreateProcess error=740, The requested operation requires elevation