|
Your out of luck on this one. Clearing the console or moving the cursor around the console is OS specific stuff. And OS specific is not what Java does. In all reality Java makes for a very poor command line application. It is limited to standard in and standard out (and standard err).
|