几天来,我一直试图在ubuntu14.04上安装matlab 2014 b。但它从来没有起作用,我现在的处境,我不知道在哪里寻找和寻找。当我想运行安装程序时,我的错误消息如下所示:
tom@tom-M50Vm:~/Downloads/MLA1408/bin/glnxa64$ ./install_unix -v
Preparing installation files ...
find: "/tmp/mathworks_21957/java/jar": Datei oder Verzeichnis nicht gefunden
find: "/tmp/mathworks_21957/java/jarext": Datei oder Verzeichnis nicht gefunden
->  DVD                 = /home/tom/Downloads/MLA1408
->  ARCH                = glnxa64
->  DISPLAY             = :0
->  TESTONLY            = 0
->  JRE_LOC             = /tmp/mathworks_21957/sys/java/jre/glnxa64/jre
->  LD_LIBRARY_PATH     = /tmp/mathworks_21957/bin/glnxa64
Command to run:
/tmp/mathworks_21957/sys/java/jre/glnxa64/jre/bin/java -Xmx512m   -splash:"/home/tom/Downloads/MLA1408/java/splash.png" com/mathworks/professionalinstaller/Launcher -root "/home/tom/Downloads/MLA1408" -libdir "/tmp/mathworks_21957" 
Installing ...
Fehler: Hauptklasse com.mathworks.professionalinstaller.Launcher konnte nicht gefunden oder geladen werden
Finished请帮帮我!
汤姆
发布于 2015-01-21 16:41:07
我想你把你的软件放在CD或iso上了。
/mnt/matlab上。/tmp。适当地编辑它。/mnt/matlab中的命令: sh install -inputFile /tmp/installer_input.txt -root /mnt/matlab,您应该可以这样做了。https://askubuntu.com/questions/548398
复制相似问题