This directory contains an efix for APAR IY36294 for AIX 5.2. This fix is for users of Java 1.4 (http://www.ibm.com/developerworks/java/jdk/aix/index.html). The official fix for APAR IY36294 should be obtained and installed when it is available. AIX 5.2 APARs can be obtained from the AIX Electronic PTF Distribution site at the following URL. http://techsupport.services.ibm.com/server/aix.elecptforder Problem Description ------------------- If a user switches the drag operation during a drag-and-drop (pressing the shift key, for example), the application may fail. Downloading ----------- - Download iy36294.tar.Z in binary format into a new directory. Installation and Test --------------------- - Extract libXm.a into the temporary directory: uncompress -c iy36294.tar.Z | tar -xvf- - Use the new libXm.a to run Java 1.4: export LIBPATH= /usr/java14/jre/bin/java ...