I want to know that how can I clear console screen in java. The IDE I am using is IntelliJ IDEA. For example: In C language we use to write: clrscr();
Asked
Active
Viewed 221 times
1 Answers
0
That is not possible in IntelliJ as the console is not a real terminal.
There are however different console plugins where this is possible. One of which is the Grep Console.

Amin Alian
- 11
- 3
-
1Perhaps you could have named one or two of these plugins? – NomadMaker Dec 22 '20 at 14:43
-
As Gabriele wrote: The Grep Console is the most commonly used – Amin Alian Dec 22 '20 at 15:10
-
Yes, but if you noted the times of my comment and the edit that added the plugin, my comment came first. – NomadMaker Dec 22 '20 at 16:59