Error while Installing MCR on Ubuntu (x64) - ClassDefNotFoundError: ZipArchiveEntry

1 view (last 30 days)
I recently recieved a MATLAB program, compiled with R2011b, as well as the corresponding version of MCRinstaller.zip for Linux(64x). I unzipped the contents into /usr/local/MATLAB/MCR/v716 and tried to install the MCR with the ./install -v command from this directory. Following lines are displayed:
Preparing installation files ...
-> DVD = /usr/local/MATLAB/MCR/v716
-> ARCH = glnxa64
-> DISPLAY = :1
-> TESTONLY = 0
-> JRE_LOC = /tmp/mathworks_41658/sys/java/jre/glnxa64/jre
-> LD_LIBRARY_PATH = /usr/local/MATLAB/MCR/v716/bin/glnxa64
Command to run:
/tmp/mathworks_36063/sys/java/jre/glnxa64/jre/bin/java -Djava.ext.dirs=/tmp/mathworks_36063/sys/java/jre/glnxa64/jre/lib/ext:/tmp/mathworks_36063/java/jar:/tmp/mathworks_36063/java/jarext:/tmp/mathworks_36063/java/jarext/axis2/:/tmp/mathworks_36063/java/jarext/guice/:/tmp/mathworks_36063/java/jarext/webservices/ com/mathworks/mcrinstaller/MCRInstallLauncher -root "/usr/local/MATLAB/MCR/v716"
after which the exception below is raised (4 similar instances) and installation fails:
Exception in thread "main" com.google.inject.internal.ComputationException: com.google.inject.internal.ComputationException: java.lang.NoClassDefFoundError: org/apache/commons/compress/archivers/zip/ZipArchiveEntry
I searched but could not yet find any solutions or similar problems. Any help would be much appreciated. It may be also worth mentioning, that i am using a virtual machine with Ubuntu/KDE on Windows.

Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!