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.
壷を作ります。私は書きましたSystem.out.println("my output");そして、netbeansでアプリを実行すると出力が表示されますが、jarファイルをコンパイルすると、コマンドラインでアプリを実行すると出力が表示されません。どうすればこれを修正できますか?
System.out.println("my output");
java - jar myapp.jarそれは働いています
java - jar myapp.jar