Solved! Go to Solution.
Views
Replies
Total Likes
Sorry, I misunderstood the error.
Here you go: https://helpx.adobe.com/experience-manager/using/first-osgi.html
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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)
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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>
@Thanks a lot
Views
Replies
Total Likes
Sorry, I misunderstood the error.
Here you go: https://helpx.adobe.com/experience-manager/using/first-osgi.html
Views
Replies
Total Likes
Thanks you very much.....
Views
Replies
Total Likes
If you are new to AEM, you should also start reading about/using Sightly
http://docs.adobe.com/docs/en/aem/6-1/develop/sightly.html
http://blogs.adobe.com/experiencedelivers/experience-management/sightly-intro-part-1/
Views
Replies
Total Likes