When you run the jar file through the process function in Java, the jar execution screen appears on the UI and covers the UI.

Asked 2 years ago, Updated 2 years ago, 71 views

When you run the jar file through the process function in Java, the jar execution screen appears on the UI and covers the UI. So if Jar is executed, what should I do to prevent the Jar execution window from appearing?

java jar

2022-09-21 22:02

1 Answers

I don't know if it's the right way

You can use libraries such as logback and log4j to control the logs that are output to the console at runtime. The trend is to use logback rather than log4j.


2022-09-21 22:02

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.