Installation Steps for Mule 3 and Mule 4 Studio

Pankaj Badi
3 min readMar 10, 2022

Basic of the MuleSoft while downloading the Mule 3 and Mule 4 Anypoint Studio.

1. I have to install Mule 3 and Mule 4 in my local machine.

2. So, The first thing we have to download the java version and that should be 8 or above to work both studio in our local system.

3. Initially, I have download the java version and when I check on my cmd it shows the java version like this.

C:\Users\a810789>java -version

java version “1.8.0_321”

Java(TM) SE Runtime Environment (build 1.8.0_321-b07)

Java HotSpot(TM) Client VM (build 25.321-b07, mixed mode)

4. If you observed the Client is VM. So, while running the mule 4 its running but mule 3 is not running.

5. please find the below screen shot its throwing me an error.

6. So, I uninstall the java version and install the java 8 version in my system from the below link.

https://www.java.com/en/download/manual.jsp

7. I have downloaded the java version as per the system configuration that is 64 bit.

8. When I run my java in the cmd.

C:\Users\a810789>java -version
java version “1.8.0_321”
Java(TM) SE Runtime Environment (build 1.8.0_321-b07)
Java HotSpot(TM) 64-Bit Server VM (build 25.321-b07, mixed mode)

9. Both Mule 3 and Mule 4 Anypoint Studio is working fine now.

10. Please find the below screenshot for Mule 3 Anypoint studio.

11.Please find the below screenshot for Mule 4 Anypoint studio.

Conclusion:

By doing the following above step and proper version of java 8 or above you can run Mule 3 and 4 on your local system.

References:

--

--

Pankaj Badi

Hello Techies, I always want to learn new things and acquire skills as there is no end for learning and growing