How to import class into existing Java project, wi

2019-02-18 11:11发布

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!

标签: eclipse class
1条回答
Fickle 薄情
2楼-- · 2019-02-18 11:32

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.

查看更多
登录 后发表回答