My app requires an extension package, specifically in this case: jfreechart So I download it and extract it. I created a Classpath to it:
export CLASSPATH="/Users/Lacie/Desktop/project"
But after that, I run my program on terminal and it returns:
error: package org.jfree.chart does not exist
import org.jfree.chart.ChartFactory;
How do I install the java package or create the Classpath? Do you have any suggestion?