Search code examples
installationmuleanypoint-studio

Anypoint Studio issue


I have downloaded AnypointStudio-for-win-64bit-7.3.0 enter image description here

But when i try to run getting below error enter image description here

JDK installed properly and AnypointStudio-for-win-64bit-6.2.2 is also working fine. They why issue with newer version ? enter image description here

Please suggest


Solution

  • You need to add java details to AnypointStudio.ini file like

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

    Please refer this answer for more details.

    If you still get same error please check if have only one version of Java installed in your system.

    Hope this helps.