Changing Console properties

4 January 2008

Eclipse provides a console window in which you see the output of your Java program. Normally default properties are sufficient and developers are satisfied with it. In some cases, you might want to change the look and feel of the console window. I’ll write about this in this post.

The default console looks like this:

default console

Now lets try to change the look and feel. Click

Window > Preferences > Run/Debug > Console

You will see the following window:

Console preferences

You may change the standard output color, standard error text color, standard in text color and background color of the console. Of course, there is a “Restore default” button to get back to the default.

One important thing is “console buffer size” which is in characters. When you are printing a lot of text on the console, this parameter is of great importance. You may change it from here.

Play with it and set the console the way you like it.

del.icio.us:Changing Console properties  digg:Changing Console properties  spurl:Changing Console properties  wists:Changing Console properties  simpy:Changing Console properties  newsvine:Changing Console properties  blinklist:Changing Console properties  furl:Changing Console properties  reddit:Changing Console properties  fark:Changing Console properties  blogmarks:Changing Console properties  Y!:Changing Console properties  smarking:Changing Console properties  magnolia:Changing Console properties  segnalo:Changing Console properties  gifttagging:Changing Console properties

Top Of Page | Trackback

If you found this page useful, consider linking to it. Simply copy and paste the code below into your web site.

It will look like this: Changing Console properties

Leave a Reply