0
我試圖通過運行Java代碼First.bat
文件,但我得到的錯誤(警告)彈出,上面寫着我應該在哪裏放置.bat文件來運行Java代碼?
Windows無法找到First.bat。確保你輸入了正確的名字,然後再試一次。
任何人都可以告訴我它是什麼樣的錯誤,我到底在哪裏.bat
文件執行?
Process batRun = Runtime.getRuntime().exec("cmd /c start First.bat");
相關http://stackoverflow.com/questions/615948/how-do-i-run-a-batch-file-from-my- Java的應用程序 –