Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

AEM Developer Tools for Eclipse

Avatar

Level 2

Hi I have installed the AEM Developer tools for eclipse luna and I have followed the adobe tutorial here https://docs.adobe.com/content/docs/en/dev-tools/aem-eclipse.pdf. the installation have had success but when I create a new project AEM from eclipse with the wizard I don't have the possibility to go ahead when I choose the archetype from the local catalog that I have downloaded here https://eclipse.adobe.com/aem/dev-tools/.
Any suggestions?

1 Accepted Solution

Avatar

Correct answer by
Level 10

Follow this one:

https://helpx.adobe.com/experience-manager/using/creating-aem-project-using-eclipse.html

It discusses how setup and debug an AEM project by using Eclipse. Code between Eclipse and the AEM JCR is synchronized using vault.  

View solution in original post

6 Replies

Avatar

Level 10

This could be your proxy issue. Try setting up the same in your home network just to check if its the proxy issue or not.

Avatar

Level 2

We are having the same issue. Has anyone found a work around that DOES use the AEM Developer Tools?

Avatar

Level 1

Hi ,Did it work?I am facing the same issue and tried in almost all available network.

Avatar

Level 10

See the article that i referenced. It describes how to get up and running with Eclipse without relying on the plug-in. You use vault to sync the code between Eclipse and the JCR Repository.  

If you can - many community members have told us the experience with IntelliJ and AEM is much better:

https://helpx.adobe.com/experience-manager/using/creating-aem-project-using-intellij.html

Personally - i use IntelliJ over Eclipse. 

Avatar

Level 1

Alternate solution is fine but still if developer tool plugin is there it must work.

Avatar

Correct answer by
Level 10

Follow this one:

https://helpx.adobe.com/experience-manager/using/creating-aem-project-using-eclipse.html

It discusses how setup and debug an AEM project by using Eclipse. Code between Eclipse and the AEM JCR is synchronized using vault.