Jive Messenger runing on the OS/2 Warp

Question for Jive Messenger developers.

If Jive Messenger is writen on the java, can I run Jive Messenger on the OS/2 Warp? (Warp Server for E-Business version 4.5)

As long as JDK 1.5 is available for that platform, it should be theoretically possible.

Regards,

Matt

As long as JDK 1.5 is available for that platform, it

should be theoretically possible.

But how I can run Jive Messenger? What file I must start?

Hey Yan,

I don’'t know if you can execute a .bat fine under OS2/Warp, if you do then execute bin/messenger.bat to start the server. If you need to do it from a manually from command line you will need to execute something like this:

“%JAVA_HOME%\bin\java” -server -jar …\lib\startup.jar

where JAVA_HOME is a variable that points to your JDK or JRE.

Regards,

– Gato