How to import class into existing Java project, with Eclipse

class, eclipse

Solution

Right-click on the project; select `Properties`.

Select `Java Build Path`.

Select the `Libraries` tab.

Click the `Add External JARs` button.

Find the path to your `JAR` and add it.

Problem

I downloaded the svgsalamander.jar, with all its pretty classes and stuff. But i can not sucesfully load them into my existing Java project, using Eclipse, so, how can i do it? I am truly sorry about asking this, but i tried with google, stack and found nothing useful. Thanks!

Original source