I'm creating a simple notepad (just like a clone of the real one). As an advancement I decided to add a Java compiler and Runner in the app making it a very basic IDE. My problem is how to I tell Java that System.out.prinltn()
should print it's results in my own console?
I know the question is short but this is what i wanted to know. Not only for System.out.prinltn()
but for all the other things which are printed in the console.
Thanks in advance