0
文件類在哪個目錄中查找文件?我的代碼在一個單獨的項目中工作。我在源目錄和更高的目錄中有文件project2.torrent。我很確定這是一件小事。希望我不會模糊。從命令行參數中讀取文件時發生Java FileNotFoundException
java.io.FileNotFoundException: project2.torrent (The system cannot find the file specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:146)
at RUBTClient.parsing(RUBTClient.java:31)
at RUBTClient.main(RUBTClient.java:17)
謝謝閱讀!這解決了它。我以爲我在一個不同的目錄下工作,我看的目錄有我的文件的副本。 –
不客氣 –