Installing from a zip file

The MQe classes are also provided as a zip file. You can use this file to install MQe on devices where the graphical installer is not suitable or not supported. On a UNIX® based system (such as Linux and HP-UX) you need to create a folder, copy the appropriate zip file into it, and then use an unzip utility to extract the class files. For example:

mkdir mqe
cp /cdrom/unixinst.zip mqe
cd mqe
unzip unixinst.zip
chmod -R +x *

Once the class files have been extracted, configure your environment to run MQe programs. Please see the MQe Application Programming Guide for more information.

Parent topic: Installing MQe