I'm writing an extension to an application, and in order for it to work, I am required to put all my files in a jar file. I would also like to use JFreeChart in my extension, but simply jar'ing the extension *and* the jfreechart jars doesn't work.
I'm guessing that jars within a jar aren't accessible. So, what jars should I extract in order to have access to JFreeChart? Do I only need to extract the jfreechart, and the jcommon jar?
Thanks