Thursday, October 17, 2013

Adding an External Library (.jar) using Eclipse

Adding an External Library (.jar) using Eclipse


You can use a third party JAR in your application by adding it to your Eclipse project as follows:
  1. In the Package Explorer panel, right-click on your project and select Properties.
  2. Select Java Build Path, then the tab Libraries.
  3. Press the Add External JARs... button and select the JAR file.
Alternatively, if you want to include third party JARs with your package, create a new directory for them within your project and select Add Library... instead.
It is not necessary to put external JARs in the assets folder.

No comments:

Post a Comment