Import Libraries
Import existing Java libraries to use them in your analytics processors. When you generate the source template for an analytics processor, the code generator automatically adds the import statements for the existing libraries for your application.
A new row with the library you imported appears in the Libraries table. You can use the imported library from your analytics processor. When you generate the source template for the analytics processor, the import statement for this library are automatically added.
If you add new libraries after generating the source template for the analytics processor, you can manually add the import statements to the source template.
You can filter the list of libraries by entering a full or partial name in the Search field. You can also click the Application toggle button to view only the libraries for the current application.
To delete a library, click the Delete icon
for the library you want to delete. Before deleting a library, verify that you aren’t using it from your analytics processor. If you delete a library that is currently used in an analytics processor, you get a a compilation error when trying to deploy the affected analytics processor.
