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.
JTree を使用したアプリケーションで、特定のディレクトリにファイルが表示されました。このアプリケーションをjarファイルにエクスポートした後。JTree はディレクトリからファイルを読み取ることができません。何か案が?
ファイルをjarにバンドルしましたか?アプリケーションを .jar として実行しようとしている場合、その jar に存在しないリソースは使用できません。