Question

I'm having some trouble with the console output of my Java program. When executing a .jar file, the program has a lot of output. Actually it's not that long, but the Windows console shows only the last 30-50 lines. I need to get the entire output. Does anybody here know how to do so?

Était-ce utile?

La solution

Here is the Solution

  1. Select Console Menu by Clicking on the top left console icon.
  2. Select Properties
  3. Options -> Command History GroupBox
  4. Set the BufferSize to 1000 or as request but less than 32766
  5. Optionally Layout Tab & Increase Screen Buffer Size -> Height
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top