Click to See Complete Forum and Search --> : Clearing Screen with Java


digitalzero
05-20-2001, 12:57 AM
I'm using Xterm in Linux to do most my programming. What is the java command to clear the xterm screen??
Thanks

nanode
05-20-2001, 12:06 PM
Do you want to do a 'clear' from within your java code?

why not just type 'clear' before you execute?