Small application which generates some charts using JFreeChart. To run it outside Eclipse, you need to include the jcommons and jfreechart JARs in the CLASSPATH. Note: you should run Java in 'headless' mode :-) This is done by specifying: -Djava.awt.headless=true in the VM parameters.