I’m using Eclipse Helios and for some reasons i have to work with the console. I’m searching for a command which can clear my console at any time, while the program is running.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Eclipse has a clear button for the console; that will be the only way to actually clear it. Your java app doesn’t know about it’s existence; the System.out is just shown there and if needed you can write data for the System.in. (Somewhat like a command shell)