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