Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
クラスフォルダー内のtxtファイルを意味します。そして、そのパスを見つけてtxtファイルを開きたいです。どうすればそのパスを見つけることができますか?
File ftxtFile = new File(something_in_here+"\\myfile.txt");
Java: Basic I/O をお読みください
PS: 将来的には、このような基本的なものを簡単に見つけられるように、より積極的になる必要があります。