When trying to install Matlab 2020b getting error "The installer could not start the JVM"
Afficher commentaires plus anciens
I am working to deploy MATLAB R2020b using PSAppDeployToolkit. I downloaded the installer from Mathworks, unpacked it using the wizard to download the installation files, and manipulated my script for 2020a. When I first start the script, I get the error:
The installer could not start the JVM.
Could not find file C:\users\<user>\<path>\sys\java\jre\win64\jre/bin/server/jvm.dll
When I browse to that location in the package, the dll is present. I tried updating Java and installing the JDK to no avail. Any ideas?
Réponses (2)
James Hardy
le 5 Oct 2020
2 votes
Pankhuri Kasliwal
le 5 Oct 2020
1 vote
Hi,
This problem occurs when running the installer from a folder that has a space anywhere in the directory path. Because of this, running the installer from a folder on the desktop on a typical Windows XP machine will fail because the "desktop" folder is contained within the "Documents and Settings" folder.
To work around this issue, create a new folder on the C: drive that has no spaces in the name and move the downloaded files into this new folder.
Execute the installer from there and it should run successfully.
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!