Wednesday 12 February 2014

Eclipse: Adding Jars to project build path

Follow the steps in order to add a jar to the project build path in Eclipse.

  • Right click the project 
  • Go to Build Path
  • Select Configure Build Path
A project properties window pops up in Eclipse


from this window click the Libraries tab.
  • Click Add External Jars and select the Jars you want to add to your project build path.
  • Click OK and your are done 

No comments:

Post a Comment