JFreeChart and jar files

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
JoshRountree
Posts: 14
Joined: Thu Mar 02, 2006 9:00 pm

JFreeChart and jar files

Post by JoshRountree » Thu Mar 02, 2006 9:45 pm

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

anjali
Posts: 7
Joined: Thu Sep 11, 2003 9:51 am
Location: India

Post by anjali » Fri Mar 03, 2006 11:37 am

Yes, you have to extract the jfreechart, and jcommon jar from zip file and include in your CLASSPATH.

Locked