Anand Dwivedi
Anand Dwivedi

Reputation: 59

Remove unused jar from eclipse project

How can I remove unused jars from my project in Eclipse? I have about 30 jars in my system, but I'm only using some jars. Any suggestions?

Upvotes: 0

Views: 1182

Answers (1)

Sudha Velan
Sudha Velan

Reputation: 633

Right click on the project,in the list click on Build path --> Configure build path --> in that popup select Libraries.select the jars which are not required and click Remove button.

Upvotes: 2

Related Questions