Can I use the system console to display output?

I would like the IntelliJ output to be displayed via standard output streams in the native system console (in this case the Windows console) rather than the IDE's built-in tab. Is there a way I can do this without manually launching my application using a command java

. The reason for this is that I can use Jansi .

+3


source to share





All Articles