Hi, I have been having numerous errors attempting to download and start R2018b on Linux ubuntu 16.04. At first it was storage so I moved the matlab root folder from default to: '/mnt/data/<user>/MATLAB'. So I have it downloaded and activated, but it was searching for the license in the wrong location, so I moved it and told it to look in a difference location using ./matlab -c command. However, now it seems there is a licensing error, even though I did activate using the same username as my profile name:
License checkout failed.
License Manager Error -9
Your username does not match the username in the license file.
To run MATLAB on this computer, you must run the Activation client to reactivate your license.
Troubleshoot this issue by visiting:
https://www.mathworks.com/support/lme/R2018b/9
Diagnostic Information:
Feature: MATLAB
License path: /mnt/data/<user>/MATLAB/licenses/license_<computername>_<licensenum>_R2018b.lic
Licensing error: -9,57.
I can open Matlab through terminal using -nodesktop but if I open it with a desktop, I also get an excessive amount of java errors, such as:
java.lang.NoClassDefFoundError: Could not initialize class
...
Exception in thread "AWT-EventQueue-0": java.lang.UnsupportedClassVersionError: com/mathworks/search/SearchField : Unsupported major.minor version 52.0
...
Sometimes it will freeze on the splash as well. I have seen all of these issues individually in other posts, yes, but I have been unable to solve them with any suggestions so far. Does this have something to do with moving the location of the download from default? From moving licenses? Any help appreciated!!!