Expand my Community achievements bar.

Introducing Adobe LLM Optimizer: Own your brand’s presence in AI-Powered search and discovery

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

Using Adobe Target Java SDK with AEM

Avatar

Level 2
 
 
 

Is there an OSGi bundle for Adobe Target's Java SDK. I am able to convert the regular jar into an OSGi bundle and it resolves dependencies correctly but the when I try to use it in the code, it throws NoClassDefinition errors.


Thanks

SS

3 Replies

Avatar

Level 9

You can download the Target Java SDK from here: https://github.com/adobe/target-java-sdk

Release notes on this SDK: https://docs.adobe.com/content/help/en/target/using/implement-target/server-side/releases-target-jav...

 

Thanks,

Singaiah

Avatar

Level 2

Hi Singaiah I am looking for the OSGi bundle and not the regular jar which you have shared. When I am trying to convert a regular jar to osgi bundle and install that in AEM that is when I run into issue. Thanks, SS

Avatar

Level 2
Hi Singaiah, I am looking for the OSGi bundle and not the regular jar. When I am trying to convert a regular jar to osgi bundle and install that in AEM that is when I run into issue.