-2

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?

enter image description here

Community
  • 1
  • 1
Lene
  • 519
  • 2
  • 4
  • 17

1 Answers1

2

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! :)

anj
  • 76
  • 4