I had the same problem while trying to install Mobilefirst CLI 6.3
I was getting the following error while running the install_windows.exe
windows error 2 occured while loading jvm.
I did the following steps to resolve this.
- Went to cmd prompt and change to directory where Mobilefirst CLI installer directory is located.
- Run the following command
install_windows.exe LAX_VM "C:\Program Files\Java\jdk1.7.0_80\bin\java.exe"
This resolved the issue