Comment 45 for bug 185311

Revision history for this message
Scub (maxime-47) wrote :

Export the java path worked fine for matlab.
Just add export "MATLAB_JAVA=/usr/lib/jvm/java-6-sun-1.6.0.06/jre" (adjust the version) at first line in /$MATLAB/bin/matlab

For maple11 it has to be done different:
sudo mv /opt/maple/jre.IBM_INTEL_LINUX/bin/java /opt/maple/jre.IBM_INTEL_LINUX/bin/java.old
sudo ln -s /usr/bin/java /opt/maple/jre.IBM_INTEL_LINUX/bin/java
(for 32bit Ubuntu)

Now both programms work just fine without giving any errors when started.