

There are two locations where the Maven settings.xml file has been added: The overview of this process is also described here, but I’ll list the steps below. Open a new command line and check if the installation was performed properly by running this command: java -versionĪdd the Adobe public profile to your Maven settings.xml
ECLIPSE FOR MAC AEM INSTALL
Install Java 1.8+ and set up the environment variableĭownload Java 1.8+ here and install it. Convert modules such as ui.apps and ui.content to 'Content Project'.
ECLIPSE FOR MAC AEM HOW TO
In part II, we’ll look at how to Install and integrate the AEM SPA Editor JS SDK. Install AEM Developer Tools from Eclipse Marketplace. Select the bundles from the list that you would like to install and click Next. Add a new site using the update site url to the Eclipse Update Manager.

Generate a new project with the AEM archetype Inside Eclipse select Help -> Install New Software.Add the adobe-public-profile to your Maven settings.xml file.Install Java & set up the environment variable.Follow through and if you encounter errors, please add them in the comments section.įor this tutorial I’m installing everything directly in C:\. The AEM Developer Tools for Eclipse is a Eclipse plugin based on the Eclipse plugin for Apache Sling released under the Apache License 2. If you tried to follow their guide and got lost in details or errors, the steps below should help. Installing AEM locally and integrating React for front end is actually more straight-forward than described in the official Adobe documentation.
