Update Jar file

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Ben

Update Jar file

Post by Ben » Tue Feb 25, 2003 11:12 pm

I modified source code DatasetUtilities.java and compilered it to a new class file. Now I want to update jfreechart-0.9.5.jar file with the above change in it. Anybody knows the command how to update this jar file?

Thanks,

Ben

David Gilbert

Re: Update Jar file

Post by David Gilbert » Wed Feb 26, 2003 12:04 am

There is an Ant script included with JFreeChart that you can use to rebuild the jar file.

Regards,

Dave Gilbert

P.S. You should download 0.9.6, it includes some bug fixes for 0.9.5.

Locked