-2

I installed JDK 8 and set up environment variables, still Im unable to start Anypoint studio. Please refer below screeshots and advise. I am not allowed to embed images here as I am a beginner, so provided links to screenshots

Error

error

java version:

java version

java installation folder (jdk and jre)

folder

environment variables "JAVA_HOME" & "Path":

env variables

2 Answers2

0

Check for both javac -version and java -version and if they are showing proper version details then Anypoint studio should get opened..

0

Open the AnypointStudio.ini and add the following line:

-vm

"Path to your java installation dir"/bin/javaw.exe

For example:

-vm

C:/Program Files/Java/jdk1.8.0_161/bin/javaw.exe

Junglans
  • 21
  • 4