I'd like to have IntelliJ display output via the standard output streams in the native system console (in this case, the Windows console) rather than in the integrated IDE tab. Is there any way I can do this without having to manually run my app via the java
command. The reason for this is so I can use Jansi.
Asked
Active
Viewed 193 times
3

Pavan P
- 645
- 8
- 17
-
And IntelliJ console does not display the colors? – Meo Aug 06 '17 at 23:33
-
@Vanna That's exactly how I'd like to display the output, however I don't want to have to manually run my app through the native console. – Pavan P Aug 06 '17 at 23:36
-
1Have you tried this? https://youtrack.jetbrains.com/issue/IDEA-132822#comment=27-854393 – Meo Aug 06 '17 at 23:58
-
1You can run your app in `cmd.exe` from IntelliJ IDEA like described in [this forum thread](https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000244884-Can-t-find-the-Command-Line-Tool-to-install-it). – CrazyCoder Aug 07 '17 at 00:06
-
@Meo That actually just answered my question, you should make an answer and I'll mark this as solved. – Pavan P Aug 07 '17 at 15:36
-
@PavanChohan you can answer it yourself and mark your own answer as accepted. – Marv Jan 20 '18 at 16:21