Install matlab 2020a problem ubuntu aborted
Mostrar comentarios más antiguos
Hi, I have been trying to install matlab 2020a in ubuntu 18.04 with no success. After calling the sudo ./install option the installer doesn't even apper and the only message I get is:
Exception in thread "main" java.lang.NoClassDefFoundError: com/mathworks/laisserver/api/LaisServer
Caused by: java.lang.ClassNotFoundException: com.mathworks.laisserver.api.LaisServer
at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
terminate called after throwing an instance of 'JailContainerException'
what(): Error: 63: Connector couldn't start
Aborted
The java version the computer is running is:
openjdk version "11.0.7" 2020-04-14
So far, I haven't been able to find a solution/ uderstand this error.
Respuestas (1)
Rob Taylor
el 4 de Mzo. de 2021
0 votos
Make sure you have the "java" folder that comes zipped with the Matlab directory tree at the same directory level where the "./install" executable is.
Categorías
Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!