コミュニティアチーブメントバーを展開する。

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

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

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 受け入れられたソリューション

Avatar

正解者
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. 

元の投稿で解決策を見る

2 返信

Avatar

Employee

Hi Sathya,

the recommendation is now not to use CRXDE to build OSGI bundles, but to use the maven.

Regards,

Opkar

[1] http://docs.adobe.com/docs/en/cq/5-6-1/developing/developmenttools/how-to-build-aem-projects-using-a...

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

Avatar

正解者
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.