내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Unable to build the bundle in Crxde

Avatar

Level 1

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 ?) "

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 10

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 답변 개

Avatar

Employee

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

Avatar

정확한 답변 작성자:
Level 10

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.

Avatar

Level 1

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