-vm
/usr/bin
To Configure Studio’s Default VM (Mac OSx)
To configure the default VM for Anypoint Studio:
-
Locate your
AnypointStudio.ini
file.This file is located in
Applications/AnypointStudio
. -
Add the -vm option to point to your specific JDK installation path.
When configuring the -vm option, its format must be exact:
-
The -vm option and the installation path must be in separate lines.
-
The value must be the full absolute or relative path to the Java executable, not just to the Java home directory.
-
The -vm option must occur after the other Studio-specific options (such as -product, --launcher.*, etc), but before the -vmargs option, since everything after -vmargs is passed directly to the JVM.