1

I have searched online for how to do this but havent found an answer.

How would I print out the data that is in the console in Eclipse? I do not mean using System.out.print(). I am talking about physically printing it out on paper.

yitzih
  • 3,018
  • 3
  • 27
  • 44
  • take a look here http://stackoverflow.com/questions/8841068/java-printing-program-output-to-a-physical-printer#answer-8853430 – Luca Davanzo Feb 20 '15 at 12:09

1 Answers1

1

If you are using Java, you can try using the classes in:

java.awt.print

Pim Tegelaar
  • 154
  • 1
  • 8