Hi,

I need to work on the classical interface of maple11 on my MacBook Pro (Mac OSX 10.5).

Since Leopard is certified as fully UNIX compliant... I thought I could install this version on my laptop.

First of all, I couldn't see what was on the Maple11 for Linux CD, so I did :

 

sudo umount /volumes/<device name

 

then mount into a temporary directory

 

sudo mount_cd9660 /dev/<device name>  <temporary directory>

 

Which worked, so I tried installing it, and here is what I got :

 

bash-3.2$ ./installMapleLinux64
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...

Launching installer...

./Maple11LinuxX86_64Installer.bin: line 2478: /tmp/install.dir.795/Linux/resource/jre/bin/java: cannot execute binary file
./Maple11LinuxX86_64Installer.bin: line 2478: /tmp/install.dir.795/Linux/resource/jre/bin/java: Unknown error: 0
 

 

Could you help me resolve this java problem?

 

 


Please Wait...