To setup MuleSoft environment in your have to install below items before you setup Anypoint Studio.
- Install java
- Install maven
- Setup Environment variables.
- Download anypoint studio
- Create Anypoint platform trail account
- Download and setup POSTMAN tool for testing
Install Java
Install Java by downloading Openjdk from below link.
https://adoptium.net/temurin/releases/?version=11
Install somewhere in new folder of C drive.
Eg: C:\java-11
Install Maven
Download latest Maven zip and extract in one new folder of C Drive where you have installed Java. Maven doesn't need any installation.
https://maven.apache.org/download.cgi
extract somewhere like
C:\maven-3-8-6\apache-maven-3.8.6
SetUp Environment variables
setup Environment variables as below.
If you want to see step by step process please watch our video
Note: Installation paths may be different.Based on your installation paths setup these values
- JAVA_HOME=C:\java-11
- CLASSPATH=C:\java-11
- PATH= C:\java-11\bin;C:\maven-3-8-6\apache-maven-3.8.6\bin
- M2_Home= C:\maven-3-8-6\apache-maven-3.8.6
Download and Extract Anypoint Studio
Download latest version of Anypoint studio from this link by filling the required details and extract it in C Drive:
https://www.mulesoft.com/lp/dl/studio
If everything is setup correctly once you double click on this application of extracted folder it will get open. If you have any error please check the environment variables values and fix it.
Create account in Anypoint platform/Cloudhub
Signup for this cloudhub account in below link with your gmail for practice. It is 30 days trail account of mulesoft anypoint platform you can create new one if you want to practice more.
Download Postman tool
Download and install postman to test you MuleSoft applications and any REST APIs. Here is the link
