Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Anypoint Studio 7.1 start-up error

I am trying to experiment with Mule Runtime 4 & Anypoint Studio 7.1. I got the downloadable from -

https://mule-studio.s3.amazonaws.com/7.1.1-GA/AnypointStudio-for-win-64bit-7.1.1-201803182216.zip

while starting up AnypointStudio.exe, I keep getting the error message -

A JDK must be installed in order to run Anypoint Studio. Please install a JDK and try again.

But I do the required version of JDK installed in my machine, as per https://docs.mulesoft.com/anypoint-studio/v/7.1/faq-jdk-requirement

Here's the output from java -version

java version "1.8.0_161" Java(TM) SE Runtime Environment (build 1.8.0_161-b12) Java HotSpot(TM) 64-Bit Server VM (build 25.161-b12, mixed mode)

Can someone help identifying the issue?

like image 460
Larsen Avatar asked Apr 03 '18 06:04

Larsen


2 Answers

Make sure Java8 was installed in your system and Update AnypointStudio.ini file with below lines.

-vm
C:\Program Files\Java\jdk1.8.0_111\bin\javaw.exe

enter image description here

enter image description here

like image 120
Shaik naseer Avatar answered Dec 09 '22 08:12

Shaik naseer


@larsen

I think you have more than one version of java installed in your laptop, Please use the JDK 1.8 with the latest update and remove or uninstall all the older versions of it.

Please don't forgot to configure the JAVA HOME and Path environment variables in your laptop user account. enter image description here

and if still the problem exists, then uninstall all the versions of java and clear the temp folder of your laptop (or restart your laptop) and then try the fresh installation of jdk and jre 1.8 version, this kind of error comes when the jdk is not installed properly in your system.

like image 41
Kunal Gupta Avatar answered Dec 09 '22 08:12

Kunal Gupta