I've found API Jfreechart for creating chart with java and Jcalendar for calendar purpose.I've downloaded them and i don't know how to use these external API packages into the program.I use Eclipse europa and sometime editpad as text editor.
I want to know how to add such packages in my program,cause i've to use these packages along with my java code.So how to set the classpath and add such directories so that java compiler can link them in my program.
Actually i want to know for both eclipse and normal text editor.For eclipse there maybe
something ready but i can't find it.And for text editor way i think i have to add the packages
in classpath but i'm not getting it how cause if classpath is changed how can i tell compiler
where to find java/bin is? right.
So i'm kind confused here.I've tried and search the official sun tutorial and some eclipse
online help but can't find anything.Maybe i don't know what to search right.Can anyone explain me where i'm going wrong.