Capture system.out in a sketch

edited January 2014 in Library Questions

I'm pretty new to Java. I'm creating a GUI for an program using the controlP5 library. I would like to include an area in this GUI that shows the output that is normally see in the console area of the development environment. I found some code that is supposed to do this but doesn't seem to work: http://www.sojamo.de/libraries/controlP5/examples/extra/ControlP5console/ControlP5console.pde . I get an error "Cannot find a class or type named "Println". Any ideas on how to make it work?

Tagged:

Answers

  • That example worked for me. Make sure you got controlP5 library installed, since it's a 3rd-party!

  • And that you have the right version of the library...

Sign In or Register to comment.