Results 1 to 3 of 3
Thread: Eclipse (Clear Console Command)
- 01-14-2011, 11:15 PM #1
Member
- Join Date
- Nov 2010
- Posts
- 37
- Rep Power
- 0
Eclipse (Clear Console Command)
Is there a command that would clear the console window in eclipse. I asked my teacher and explained the problem with the way eclipse is set up. But in the end i will be running my java program in a Jar file. I don't have any windows from the Jframe class. everything outputs into the Console window.
I don't want to have to use sys.out.prntln(); for clearing the screen, because that will just push it up. I want it gone. Thanks :D
-
I know of no clear screen method for standard Java consoles. There are fancy consoles out there that are not part of core Java that do have this capability, but if you're going that far, you might as well use standard Java and create a simple GUI.
- 01-15-2011, 12:02 AM #3
Moderator
- Join Date
- Jul 2010
- Location
- California
- Posts
- 1,604
- Rep Power
- 5
Similar Threads
-
Clear Screen in Console based programs
By kirly in forum New To JavaReplies: 5Last Post: 02-05-2009, 05:59 AM -
Link an external compiler to the eclipse environment throw the console in eclispe
By adolf111 in forum EclipseReplies: 1Last Post: 12-13-2008, 01:24 AM -
Eclipse underliying command
By o1121 in forum EclipseReplies: 2Last Post: 08-08-2007, 07:27 AM -
I want to do is clear the console
By paul in forum Advanced JavaReplies: 7Last Post: 08-03-2007, 06:54 PM -
Java Command Line Arguments In Eclipse IDE
By JavaForums in forum EclipseReplies: 0Last Post: 05-19-2007, 09:45 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks