标签: java runtime exe external
我正在使用Runtime.getRuntime().exec()在java中运行外部exe文件。但是,会弹出一个用户帐户控制窗口,说"do you want to allow the following program form unknown publisher to make changes to this computer"。如何只使用java来解决这个问题?
Runtime.getRuntime().exec()
"do you want to allow the following program form unknown publisher to make changes to this computer"