简体   繁体   中英

How can I see the output from my Jar file?

I make a jar. I wrote in System.out.println("my output"); And when I run the app in netbeans I can see the outputs but When I compile my jar file I run the app on command line I cant see the outputs. How can I fix this?

java - jar myapp.jar正在运行

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM