SDK 3.0 JAR dependency

cancel
Showing results for 
Search instead for 
Did you mean: 
qwertz
Active Member II

SDK 3.0 JAR dependency

Jump to solution

Hello,

I need to build a jar module with SDK 3.0 which contains a 3rd party dependency (jar file). Where do I need to place the 3rd party jar so that it is contained in the jar module I am creating?

Thanks for any advice.

1 Solution

Accepted Solutions
afaust
Master

Re: SDK 3.0 JAR dependency

Jump to solution

JAR modules cannot contain 3rd-party JARs. There is no support for that. In this case you will have to configure your project to build the module using AMP packaging.

View solution in original post

1 Reply
afaust
Master

Re: SDK 3.0 JAR dependency

Jump to solution

JAR modules cannot contain 3rd-party JARs. There is no support for that. In this case you will have to configure your project to build the module using AMP packaging.