Table of Contents

Search

  1. Preface
  2. Introduction to Edge Data Streaming Custom Entity Types
  3. Managing Custom Entity Types
  4. Custom Entities from Maven Archetypes
  5. REST APIs
  6. HTTP Request and Response Parameters
  7. Sample JSON Requests and Responses
  8. Glossary

Developer Guide

Developer Guide

Adding Dependent Libraries

Adding Dependent Libraries

Add the Java class libraries and native libraries on which your plug-in depends.
  1. Navigate to the directory that contains the plug-in file and the XML file.
  2. Create a directory with the name
    lib
    .
  3. In the
    lib
    directory, add the Java classes on which your plug-in depends.
  4. Create a directory with the name
    native
    .
  5. In the
    native
    directory, add any native libraries that your implementation requires.
    To include all dependencies that your implementation requires, you can use the Apache Maven Shade Plugin. For more information about the Apache Maven Shade Plugin, see http://maven.apache.org/plugins/maven-shade-plugin/.

0 COMMENTS

We’d like to hear from you!