java.io.IOException: Cannot run program "***.exe" CreateProcess error=2, 系统找不到指定的文件
java.io.IOException: Cannot run program "“C:\Users\yzx\Desktop\C4Photosynthesis_v1.0\bin\C4Photosynthesis.exe”: CreateProcess error=2, 系统找不到指定的文件。
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
at java.lang.Runtime.exec(Runtime.java:620)
at java.lang.Runtime.exec(Runtime.java:450)
at java.lang.Runtime.exec(Runtime.java:347)
at Test.TestJsoup.step1(TestJsoup.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68)
at com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:47)
at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:242)
at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:70)
Caused by: java.io.IOException: CreateProcess error=2, 系统找不到指定的文件。
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.(ProcessImpl.java:386)
at java.lang.ProcessImpl.start(ProcessImpl.java:137)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
… 26 more
用到Runtime以及Process对象时,当我单独写一个主函数运行时可以通过
public void excute(String a,Object b) throws Exception {
Runtime runtime=Runtime.getRuntime(); runtime.exec(“C:\Users\yzx\Desktop\C4Photosynthesis_v1.0\bin\C4Photosynthesis.exe C:\Users\yzx\Desktop\C4Photosynthesis_v1.0\para.xml”);
}
这是可以运行的,可是我再把这两句话放入其他代码段里就会报上述错,
然后只是在原来的基础上加上cmd 或者 cmd /c就可以了(也就是先打开命令行),我也不知道为什么单独运行是可以的 而夹在代码段里得那样???谁知道欢迎留言
推荐阅读
-
docker compose idea CreateProcess error=2 系统找不到指定的文件的问题
-
Jenkins java.io.IOException: CreateProcess error=2, 系统找不到指定的文件。
-
pycharm运行python报错 CreateProcess error=2, 系统找不到指定的文件
-
从GitHub导入QMUI_Android-master报错:CreateProcess error = 2,系统找不到指定的文件。
-
Spark报错java.io.IOException: Cannot run program "python": CreateProcess error=2, 系统找不到指定的文件
-
求助:使用oppenoffice转换文件格式时报错Cannot run program "C:\Program": CreateProcess error=2, 系统找不到指定的文件
-
java.io.IOException: Cannot run program “python3“: CreateProcess error=2, 系统找不到指定的文件。
-
java.io.IOException: Cannot run program “del“: CreateProcess error=2, 系统找不到指定的文件。
-
docker compose idea CreateProcess error=2 系统找不到指定的文件的问题
-
Maven编译报错:Cannot run program "bash" :CreateProcess error=2,系统找不到指定的文件