Here is what I did to get Mercury 1.9.4 running on OS/2.***Note: Mercury runs on java 1.42 or 1.50, the directions
below are for jre 1.5.0_07Homepage:
http://www.mercury.im/1) Download Mercury 1.9.4 from:
http://17juju17.free.fr/2) Use INNOWIN from Acrobat 5, just drop the Self-extracting archive on the
Acrobat 5 icon.
2a) Here is the zip file:
http://www.ecsware.org/home?func=fileinfo&id=85 with a run.cmd for java 1.4.2 included. The file below is for java .1.50.
3) Create this CMD file to start Mercury and that's it!

If anyone
wants the package email me.
/*********************************** CMD file to start Mercury 1.9.4 ***/
@echo off
rem /* */
rem call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
rem call SysLoadFuncs
@echo off
SET JAVA_HOME="C:\PROGRAMS\JAVA150"
set classpath=lib/dMSN.jar;lib/idle.jar;
set classpath=%classpath%;lib/JavaLibs-windows.jar;lib/liquidlnf.jar
set classpath=%classpath%;lib/looks-1.3b1.jar;lib/skinlf.jar
set classpath=%classpath%;lib/Skins.jar;lib/SpellCheck.jar
set classpath=%classpath%;lib/substance3-3-lite.jar;lib/upnp.jar;lib/VidConf-libs.jar;lib/wintray.jar
set JNIPATH=jni;jni/jmf
@"%JAVA_HOME%\bin\javaw" -Dsubstancelaf.useDecorations -Dswing.aatext=true -Dfile.encoding=UTF8 -Dawt.useSystemAAFontSettings=lcd -Xms512M -Xmx512M -Djava.library.path=%JNIPATH% com.dMSN.Main
end
/************************************************************************/
Greggory