How to import class into existing Java project, with Eclipse
I downloaded the svgsalamander.jar, with all its pretty classes and stuff. But i can not sucesfully load开发者_如何学Python 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!
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.
精彩评论