I have a Java project where I'm using multiple .jar files, and multiple classes. The project itself runs with the desired output - that's not where the issue lies.It uses Java, JSON, external API and local host.
Midway through running the program, the console prints the following (see attached image):
Is there anyway to prevent this from happening, and to perhaps silence it from showing as output? It obviously doesn't look very appealing when using the program!
Many thanks!