Possible Duplicate:
How to use classes from .jar files?
I am trying to use this external jar from here
I have added the jar files into my "referenced libraries" but how do I use it?
Possible Duplicate:
How to use classes from .jar files?
I am trying to use this external jar from here
I have added the jar files into my "referenced libraries" but how do I use it?
From the Eclipse menu ( seen on top of eclipse ) >>click on Project >> Properties >>
a dialog box will open. look at the left side and choose : Java Build Path
From there : choose among the TABS : Libraries Tab
Click on the ADD JARs button on the right side.
find the path of the file.
click on the .jar file ( your jar file that you want to be added) click ok.
done! :)