Ravindar, Integrations with Mulesoft & BizTalk

Just another Integration blog

Run Anypoint Studio without installing JDK

For one of our machines, we didn’t have choice to install JDK as we didn’t have admin rights on the system.
The alternative was to download the JDK zip file and refer the JDK folder location in the Anypoint studio configuration file.

To do so, go to anypoint studio exe file location and locate it’s configuration file AnypointStudio.ini and add the below line anywhere after plugins line. (probably you can add anywhere, but i added it after plugins line)
Make sure you set the folder path location correctly and also note that it is forward slash

-vm
C:/Java/jdk8u242-b08/bin/javaw.exe

February 7, 2020 Posted by | AnyPointStudio, Mulesoft | Leave a comment