java.io.IOException: Cannot run program “del“: CreateProcess error=2, 系统找不到指定的文件。

Posted 柳鲲鹏

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java.io.IOException: Cannot run program “del“: CreateProcess error=2, 系统找不到指定的文件。相关的知识,希望对你有一定的参考价值。

具体错误:

java.io.IOException: Cannot run program "del": CreateProcess error=2, 系统找不到指定的文件。
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
	at java.lang.Runtime.exec(Runtime.java:621)
	at java.lang.Runtime.exec(Runtime.java:451)
	at java.lang.Runtime.exec(Runtime.java:348)

具体代码是:

# del /s/q D:\\jars2
Process process = Runtime.getRuntime().exec(cmd);

  吾执行一个del都执行不了?

怎么办?改一下命令即可:

# cmd /C del /s/q D:\\jars2
Process process = Runtime.getRuntime().exec(cmd);

以上是关于java.io.IOException: Cannot run program “del“: CreateProcess error=2, 系统找不到指定的文件。的主要内容,如果未能解决你的问题,请参考以下文章

java.io.IOException: toDerInputStream 拒绝标签类型 77

java.io.IOException:系统找不到指定的路径

java.io.IOException: Connection reset by peer和java.io.IOException: Connection timed out。Socket

android java.io.IOException:传输端点未连接

任务 ':app:compileDebugKotlin' java.io.IOException 执行失败

火花:java.io.IOException:设备上没有剩余空间[再次!]