Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

OSGI BUNDLE ERROR (CRXDE)

Avatar

Level 5

Dear Friends,

I am trying to create a simple hello-world program but getting the below error when i try to build it.

Unable to scan class files: com.training.Sample.HelloWorld.Activator (Class file format probably not supported by ASM ?)

Please help....

1 Accepted Solution

Avatar

Correct answer by
Level 10

Follow this community artilce to build your service using Maven and AEM: 

https://helpx.adobe.com/experience-manager/using/first-osgi.html

As pointed out - never use CRXDE to build OSGi bundles. 

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

Follow this community artilce to build your service using Maven and AEM: 

https://helpx.adobe.com/experience-manager/using/first-osgi.html

As pointed out - never use CRXDE to build OSGi bundles.