View Single Post
  #4 (permalink)  
Old 08-03-2007, 06:49 AM
brianhks brianhks is offline
Senior Member
 
Join Date: Jul 2007
Posts: 134
brianhks will become famous soon enough
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).
Reply With Quote