Reputation: 59
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
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