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.
私はJavaを学んでいて、現在簡単なアプリケーションを開発しようとしています。私の質問は、設定などに関するデータを .jar 内部のテキスト ファイルに保存できますか? もしそうなら、どのようにJava内でこれにアクセスしますか? これが本当にばかげた考えである場合は申し訳ありません。
InputStream is = this.getClass().getResourceAsStream("/data/file.txt");
取得するリソースはクラスパス上にある必要があります