Monday, October 19, 2020

AEM Developer System Setup Guide

 

AEM Developer System Setup Guide


Minimum Required Software as an AEM developer:

  • 1.   JDK 1.8.x (64bit) or above
  • 2.   Apache Maven 3.6.1
  • 3.   Adobe Experience Manager Quickstart file
  • 4.   Eclipse For Java

 

Step 1: First step is to install JDK.

Step 2: Environment Variable setup

 

Press windows key and search for environment variable

 


 Under System variable, select New… and variables as follows:

 


 For Java:

 Variable name - JAVA_HOME

 Variable value – jdk root path

 


 For Maven:

 Variable name – MAVEN_HOME

 Variable value – maven root path

 


 Edit path variable and add New values as follows:


%MAVEN_HOME%\bin

%JAVA_HOME%\bin



 

Step 3: Verify setup

 

Open command prompt

 

C:\> java -version

java version "1.8.0_77"

Java(TM) SE Runtime Environment (build 1.8.0_77-b03)

Java HotSpot(TM) 64-Bit Server VM (build 25.77-b03, mixed mode

 

C:\>mvn -version

Apache Maven 3.6.1 (d66c9c0b3152b2e69ee9bac180bb8fcc8e6af555; 2019-04-05T00:30:29+05:30)

Maven home: F:\apache-maven-3.6.1\bin\..

Java version: 1.8.0_77, vendor: Oracle Corporation, runtime: C:\Program Files\Java\jdk1.8.0_77\jre

Default locale: en_US, platform encoding: Cp1252

OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

 

 

Step 4: Install CRXDE.

 

 

No comments:

Post a Comment