I am running a dynamic spring MVC project. I am including some jar files/packages in my project to convert DNS lookup.
I am getting console Outputs (System.out.println()) which is written in jar file.It is the status of my DNS conversions.
Some of the final outputs I show in UI through Model Attribbute
I need To show that console messages which is printed from a jar file in my GUI. How can I do this? Any Idea ?