Leiste mit Community-Erfolgen erweitern.

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

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

What mean this error Unable to scan class files: com.day.cq.wcm.apps.geometrixx.impl.PageEventListener (Class file format probably not supported by ASM?)

Avatar

Level 2
Since I want to create a bundle with console crx. I did coming not because I receive always the messsage "Unable to scan class files: com.day.cq.wcm.apps.geometrixx.impl.PageEventListener (Class file format probably not supported by ASM?)". I'm on the problem since 1 day.
1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Employee
7 Antworten

Avatar

Employee

Hi,

are you saying you are using CRXDE Lite to create a bundle? This is not supported any more, you should use a maven project to create the bundle[1]. What version of AEM are you using?

Regards,

Opkar

[1] https://helpx.adobe.com/experience-manager/using/events.html

Avatar

Level 2

Hi Opkar,

 

thanks for the replay

are you saying you are using CRXDE Lite to create a bundle?: vYes

i use the version 6.1.0. I can see it in the navigation menu(attached)

Avatar

Employee

Hi,

you are not the first person to note issues with CRXDE Lite and compiling code in AEM6. Please use maven to build and deploy your code to AEM. There are plenty of good examples and should not take too long to setup. The link I included above, is specifically for events.

Regards,

Opkar

Avatar

Level 2

I want to create java file to use in jsp 

Like:

<%@ page import="com.maa.test.HelloWorld"%><%
%><%@ include file="/libs/foundation/global.jsp"%><%
%><% HelloWorld hello = new HelloWorld();%><%
%>
<html>
<body>
<b><%= hello.getString() %></b><br>
</body>
</html>

Do you think that it is the right solution(events)?

 

@Thanks a lot

Avatar

Korrekte Antwort von
Employee

Sorry, I misunderstood the error. 

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

Avatar

Level 2

Thanks you very much.....

Avatar

Employee