When I try to run the ./install (to install matlab) command I get the error:
"/tmp/mathworks_12155/sys/java/jre/glnxa64/jre/bin/java: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory"
I've googled and it told me that I should check if libjli.so is in /lib/ or in /usr/lib/ and it is. So anyone else ever had this issue?
fixed
I changed invoked a different version of Java by following this.
Quote:
"/tmp/mathworks_12155/sys/java/jre/glnxa64/jre/bin/java: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory"
I've googled and it told me that I should check if libjli.so is in /lib/ or in /usr/lib/ and it is. So anyone else ever had this issue?
fixed
I changed invoked a different version of Java by following this.
Quote:
I had the same problem and was able to fix it with following steps. Open terminal Ctrl+Alt+T and run following command.
Install JRE if you don't have it already.
sudo apt-get install openjdk-7-jre
Invoke the installer with -javadir option
sudo ./install -javadir /usr/lib/jvm/java-7-openjdk-amd64/jre