I have downloaded the code for drawing a bar chart,
that has imported these packages
import org.jfree.chart.*;
import org.jfree.chart.plot.*;
import org.jfree.data.*;
import org.jfree.data.general.*;
on compiling on java 1.6 these packages are giving error.
What is the problem??