gpt4 book ai didi

java - Netbeans 文件 I/O FileNotFound/FileLocation Null

转载 作者:行者123 更新时间:2023-11-30 04:10:24 25 4
gpt4 key购买 nike

我似乎无法让文件 IO 在 netbeans 中工作

public static void main(String[] args) throws IOException
{
System.out.println("File Location: "+ System.getProperty("myFile.txt"));

//File file = new File("myFile.txt");

}

我对此有一个异常(exception)。

Exception in thread "main" java.lang.NullPointerException

并输出:

File Location: null

没有System.getProperty,我得到FileNotFoundException

java.io.FileNotFoundException: myFile.txt (The system cannot find the file specified)

该文件本身位于项目的源目录中,并且还显示在 IDE 中的 Source Packages > myproject> myFile.txt 下

找不到该文件的任何原因或任何建议?

谢谢

最佳答案

如果您像“myFile.txt”这样调用文件,则应将其放置在此处

MyProject (project root)
myFile.txt
src

关于java - Netbeans 文件 I/O FileNotFound/FileLocation Null,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19748353/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com