Overclock.net banner
1 - 1 of 1 Posts

· Registered
Joined
·
10,860 Posts
Discussion Starter · #1 ·
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:
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
 
1 - 1 of 1 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top