Unable to build the bundle in Crxde | Community
Skip to main content
santoshk4841302
New Participant
November 11, 2015
Solved

Unable to build the bundle in Crxde

  • November 11, 2015
  • 3 replies
  • 1088 views

Hi All,

Im new to aem, when i try to build a bundle in crxde-Lite,im getting the following erorr.

Has anyone encountered the same. please help me to solve it.

Eror Message:"Unable to scan class files: com.example.demo.impl.Activator (Class file format probably not supported by ASM ?) "

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

Never build OSGI bundles with CRXDE lite. See this article.

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

This walks you through how to build a custom service using Maven.

3 replies

santoshk4841302
New Participant
November 12, 2015

can you please explain me the possible reason for that erorr..??

smacdonald2008
smacdonald2008Accepted solution
New Participant
November 11, 2015

Never build OSGI bundles with CRXDE lite. See this article.

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

This walks you through how to build a custom service using Maven.

Employee
November 11, 2015

Building bundles via CRXDE Lite is not recommended any more. You should use a maven project [1].

Regards,

Opkar

[1] https://docs.adobe.com/docs/en/aem/6-1/develop/dev-tools/ht-projects-maven.html