Install matlab 2020a problem ubuntu aborted

5 views (last 30 days)
Paolo Cachi
Paolo Cachi on 16 Jul 2020
Answered: Rob Taylor on 4 Mar 2021
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.

Answers (1)

Rob Taylor
Rob Taylor on 4 Mar 2021
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.

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!