You are not logged in.

#1 2015-05-03 17:15:18

Redemption
Member
Registered: 2015-05-03
Posts: 2

[SOLVED] Matlab: installation problem

Hello,

i'm trying to install Matlab R2015a. But it won't work.

If i do: ./install
if get within a few milliseconds this:

Preparing installation files ...
Installing ...
Finished

if i do: ./install -v

Preparing installation files ...
->  DVD                 = /home/lucien/Downloads/matlab
->  ARCH                = glnxa64
->  DISPLAY             = :0
->  TESTONLY            = 0
->  JRE_LOC             = /tmp/mathworks_3268/sys/java/jre/glnxa64/jre
->  LD_LIBRARY_PATH     = /tmp/mathworks_3268/bin/glnxa64
 
Command to run:
/tmp/mathworks_3268/sys/java/jre/glnxa64/jre/bin/java -Xmx512m   -splash:"/home/lucien/Downloads/matlab/java/splash.png" -Djava.ext.dirs=/tmp/mathworks_3268/sys/java/jre/glnxa64/jre/lib/ext:/tmp/mathworks_3268/java/jar:/tmp/mathworks_3268/java/jar/zh_CN:/tmp/mathworks_3268/java/jar/ko_KR:/tmp/mathworks_3268/java/jar/ja_JP:/tmp/mathworks_3268/java/jarext:/tmp/mathworks_3268/java/jarext/webservices:/tmp/mathworks_3268/java/jarext/webservices/ws_client_core:/tmp/mathworks_3268/java/jarext/webservices/udc_client:/tmp/mathworks_3268/java/jarext/webservices/udc_client_installer:/tmp/mathworks_3268/java/jarext/webservices/mcr_dws_client:/tmp/mathworks_3268/java/jarext/guice:/tmp/mathworks_3268/java/jarext/axis2 com/mathworks/professionalinstaller/Launcher -root "/home/lucien/Downloads/matlab" -libdir "/tmp/mathworks_3268" 
 
Installing ...
Finished

Around one year ago i had a similar problem using fedora.
But it worked, using "./install -v -javadir /usr/lib/jvm/java-7-openjdk/jre" to install.

Does anyone of you had a similar problem and was able to fix it?

Thanks!

Last edited by Redemption (2015-05-03 21:52:51)

Offline

#2 2015-05-03 21:47:50

Redemption
Member
Registered: 2015-05-03
Posts: 2

Re: [SOLVED] Matlab: installation problem

I'm using a tmpfs in my RAM for /tmp.
The space in there seemed not to be enough for the matlab installer.

After switching temporarily to /tmp on hard disc the installation worked.

Offline

#3 2015-06-09 04:40:24

pedrofroz3n
Member
Registered: 2015-06-09
Posts: 1

Re: [SOLVED] Matlab: installation problem

Hello Redemption. I am trying to install r2015a as well and I'm having the exact same problem.. Could you elaborate on your solution? I'm completely clueless.

Thank you in advance


*EDIT*

I mounted the .iso by doing

sudo mount ~/Desktop/MATLAB/backup2/R2015a-glnxa64.iso /media/cdrom -o loop

After this, i ran

cd /media/cdrom
./install

And I got the same output:

pedro@pedrotosh:~$ cd /media/cdrom/ && ./install
Preparing installation files ...
Installing ...
Finished

And finally the ./install -v

Preparing installation files ...
->  DVD                 = /media/cdrom
->  ARCH                = glnxa64
->  DISPLAY             = :0
->  TESTONLY            = 0
->  JRE_LOC             = /tmp/mathworks_5592/sys/java/jre/glnxa64/jre
->  LD_LIBRARY_PATH     = /tmp/mathworks_5592/bin/glnxa64:/home/pedro/catworkspace/devel/lib:/opt/ros/hydro/lib
 
Command to run:
/tmp/mathworks_5592/sys/java/jre/glnxa64/jre/bin/java -Xmx512m   -splash:"/media/cdrom/java/splash.png" -Djava.ext.dirs=/tmp/mathworks_5592/sys/java/jre/glnxa64/jre/lib/ext:/tmp/mathworks_5592/java/jar:/tmp/mathworks_5592/java/jar/ko_KR:/tmp/mathworks_5592/java/jar/zh_CN:/tmp/mathworks_5592/java/jar/ja_JP:/tmp/mathworks_5592/java/jarext:/tmp/mathworks_5592/java/jarext/webservices:/tmp/mathworks_5592/java/jarext/webservices/udc_client:/tmp/mathworks_5592/java/jarext/webservices/mcr_dws_client:/tmp/mathworks_5592/java/jarext/webservices/udc_client_installer:/tmp/mathworks_5592/java/jarext/webservices/ws_client_core:/tmp/mathworks_5592/java/jarext/axis2:/tmp/mathworks_5592/java/jarext/guice com/mathworks/professionalinstaller/Launcher -root "/media/cdrom" -libdir "/tmp/mathworks_5592" 
 
Installing ...
Finished

Might it be because I have r2014a installed? If so, how can I have both installed?

Last edited by pedrofroz3n (2015-06-09 04:57:25)

Offline

Board footer

Powered by FluxBB