Installation on AIX ------------------- Prerequisites: The IBM JDK 1.2.2 PTF9 is a prerequisite for interpreted debugging on this platform. If you are using remote stored procedure debugging on DB2, you must add the /usr/lpp/idebug/lib/dertrjrt.jar file to your system CLASSPATH. Installation: 1) Download oltdbg.tar to a working directory (e.g. /tmp) 2) Issue the following command to extract the archive: tar -xvf oltdbg.tar 3) If you have not already, become root 4) Use installp or 'smitty install_all' to install the debugger 5) If files are missed during the install, try deleting the ".toc" file in the install directoryand re-installing. To use the IBM Distributed Debugger on AIX, you must add the following lines to your .profile: # Start the OLT login profile if [ -f /usr/idebug/bin/OLT.profile ]; then . /usr/idebug/bin/OLT.profile fi