Adding Third-Party Libraries in an Adapter

You can use third-party libraries in an adapter.

To enable third-party libraries in classpath and run time:

Procedure

  1. Copy the third party jars into the adapter sub project/lib folder.

  2. In IntelliJ IDEA and Apache NetBeans, rebuild the main project from within the IDE for the newly-added jars to be included.
  3. For Eclipse: Configure build path of the project to add all the third-party jars.

Adding third-party library for Eclipse environment

Procedure

  1. In the project structure, right click the MasheryAdapter folder, point Build Path and click Configure Build Path....

  2. Navigate to the Library location and click Add External JARs...

  3. Select the files you wish to add and click Open.

  4. The files will get added to the library. Click OK.