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
-
Copy the third party jars into the adapter sub project/lib folder.
-
In IntelliJ IDEA and Apache NetBeans, rebuild the main project from within the IDE for the newly-added jars to be included.
-
For Eclipse: Configure build path of the project to add all the third-party jars.
Adding third-party library for Eclipse environment
Procedure
-
In the project structure, right click the
MasheryAdapter folder, point
Build Path and click
Configure Build Path.
-
Navigate to the library location and click
Add External JARs
-
Select the files you wish to add and click
Open.
-
The files will get added to the library. Click
OK.
Copyright © 2022. Cloud Software Group, Inc. All Rights Reserved.