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 ?) "
Solved! Go to Solution.
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.
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
Views
Replies
Total Likes
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.
can you please explain me the possible reason for that erorr..??
Views
Replies
Total Likes