You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And was wondering if that code being commented out has anything to do with it?
I found a work around by creating a custom OutputStream object then redirecting the channel to that and then in there I have it print to System.out. Doing it that way I don't ever lose the ability to print to console.
Do you have any idea why this is happening?
The text was updated successfully, but these errors were encountered:
Hello,
Consider this code:
After that code runs, when I try to do
System.out.println()
it doesn't work. It's like the library is not releasingSystem.out
.I did a little digging into the classes and found this in the IO class:
And was wondering if that code being commented out has anything to do with it?
I found a work around by creating a custom OutputStream object then redirecting the channel to that and then in there I have it print to System.out. Doing it that way I don't ever lose the ability to print to console.
Do you have any idea why this is happening?
The text was updated successfully, but these errors were encountered: