Java related error while installing Matlab Compiled Runtime 7.7
I encountered a Java related error while installing Matlab Compiled Runtime (MCR) 7.5 (http://www.broadinstitute.org/ftp/pu...glnxa64.bin.gz).
The situation is that MCRInstaller.75.glnxa64.bin is bundled with its own JRE. Running the setup on this bin file directly (with the "-console" option) gives me the following error:
"No Java Runtime Environment(JRE) was found on this system."
What I did next was use the "-is:extract" option, which extracted the components of the bin file, one of which is "setup.jar".
Code:
$JAVA_PATH/java -jar setup.jar -console
Running the above gives me the following error in the log:
Quote:
/home2/jason/tempdir/istemp23019291213728 succeeded.
Verifying... /home2/jason/tempdir/istemp23019291213728/_bundledJRE_/bin/java -cp /home2/jason/tempdir/istemp23019291213728/Verify.jar Verify java.vendor java.version
Verification failed for /home2/jason/tempdir/istemp23019291213728/_bundledJRE_ using the JVM file /home2/jason/tempdir/istemp23019291213728/_bundledJRE_/jvm
also:
Quote:
(Oct 18, 2010 3:56:30 PM), Install, com.installshield.product.actions.UninstallerJVMRe solution, err, JVM resolution timed out
(Oct 18, 2010 3:56:30 PM), Install, com.installshield.product.service.product.PureJava ProductServiceImpl$Installer, err, ProductException: (error code = 601; message="JVM not found")
STACK_TRACE: 8
ProductException: (error code = 601; message="JVM not found")
at com.installshield.product.actions.JVMResolution.in stall(Unknown Source)
at com.installshield.product.service.product.PureJava ProductServiceImpl$InstallProduct.checkUninstaller JVMResolution(Unknown Source)
at com.installshield.product.service.product.PureJava ProductServiceImpl$InstallProduct.install(Unknown Source)
at com.installshield.product.service.product.PureJava ProductServiceImpl$Installer.execute(Unknown Source)
at com.installshield.wizard.service.AsynchronousOpera tion.run(Unknown Source)
at java.lang.Thread.run(Thread.java:619)
Help would be much appreciated. Thanks! :)