From: "Ed Durrant" Received: from [192.168.100.201] (HELO mail.2rosenthals.com) by 2rosenthals.com (CommuniGate Pro SMTP 5.1.16) with ESMTP id 2335010 for os2-wireless_users@2rosenthals.com; Thu, 26 Feb 2009 06:43:40 -0500 Received: from static-71-171-102-26.clppva.fios.verizon.net ([71.171.102.26] helo=mail2.2rosenthals.com) by secmgr-ny.randr with esmtps (TLSv1:AES256-SHA:256) (Exim 4.43) id 1LceeN-0004tg-Ii for os2-wireless_users@2rosenthals.com; Thu, 26 Feb 2009 06:43:39 -0500 Received: from nschwmtas03p.mx.bigpond.com ([61.9.189.143]:25008) by mail2.2rosenthals.com with esmtp (Exim 4.69) (envelope-from ) id 1LceeK-0003u3-12 for os2-wireless_users@2rosenthals.com; Thu, 26 Feb 2009 06:43:32 -0500 Received: from nschwotgx03p.mx.bigpond.com ([138.130.151.49]) by nschwmtas03p.mx.bigpond.com with ESMTP id <20090226114325.TEZY16649.nschwmtas03p.mx.bigpond.com@nschwotgx03p.mx.bigpond.com> for ; Thu, 26 Feb 2009 11:43:25 +0000 Received: from [192.168.100.2] (really [138.130.151.49]) by nschwotgx03p.mx.bigpond.com with ESMTP id <20090226114324.VLF7357.nschwotgx03p.mx.bigpond.com@[192.168.100.2]> for ; Thu, 26 Feb 2009 11:43:24 +0000 X-CTCH-RefID: str=0001.0A010207.49A68064.01A9,ss=1,fgs=0 Message-ID: <49A6805D.7020904@durrant.mine.nu> Date: Thu, 26 Feb 2009 22:43:25 +1100 User-Agent: Thunderbird 2.0.0.6 (OS/2/20070731) MIME-Version: 1.0 To: OS/2 Wireless Users Mailing List Subject: Re: [OS2Wireless] JAVA SIP CLIENT References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH PLAIN at nschwotgx03p.mx.bigpond.com from [138.130.151.49] using ID edward.durrant@bigpond.com at Thu, 26 Feb 2009 11:43:24 +0000 X-RPD-ScanID: Class unknown; VirusThreatLevel unknown, RefID str=0001.0A150201.49A6805C.0042,ss=1,fgs=0 X-Spam-Score: 0.0 (/) X-Spam-Report: _SUMMARY_ Andy Willis wrote: > Andy Willis wrote: >> Ed Durrant wrote: >>> Jeffrey Race wrote: >>>> On Wed, 25 Feb 2009 09:01:34 +0000 (GMT), Dave Saville wrote: >>>>> If you did I missed it. I had a look around for my VOIP >>>>> presentation at >>>>> last years Warpstock Europe and found nothing then. >>>> >>>> >>>> >>>> >>>> >>>> >>> Install JAR works fine but trying to convert the run shell script >>> that it installs into an OS/2 CMD file it has a class not found >>> error on startup. >>> >>> So I'm going to need to take some more time over this. >>> >>> The client is not just an audio SIP VOIP client and IM client but >>> also a video client - that part is never going to work on >>> eComstation or OS/2 as we don't have webcam support AFAIK. >>> >>> Cheers/2 >>> >> I haven't played with it yet to see what works/doesn't but I got a >> logon screen with: >> java -classpath >> "lib/jdic-all.jar;lib/jdic_stub.jar;lib/felix.jar;lib/bcprovider.jar;sc-bundles/sc-launcher.jar;sc-bundles/util.jar" >> -Djava.library.path=native >> -Dfelix.config.properties=file:./lib/felix.client.run.properties >> -Djava.util.logging.config.file=lib/logging.properties >> net.java.sip.communicator.launcher.SIPCommunicator >> I'm using Java 1.5.0_07. >> Andy > Well, I only logged into MSN so far as it quit working with SIM but it > looks like AIM, Google Talk (same as Jabber but apparently already > setup), ICQ, Jabber, Yahoo, and a few others I've never heard of will > work. I don't know if SIP will work as I don't have any Audio devices > showing under options and don't know what/why that is the case. > Andy > > Hi Andy, I'm trying to get the code to even load. When I try it under OS/2 (V 1.4 Java) it fails with and error message. When I run it under Java 1.5 under Innowin it gives no errors but nothing loads. When I try javaw.exe instead of java.exe it say it can't find the main class. If you have a CMD file can you post it here please ? The unix shell (a modified version of which I have based my attempts on) is as below: mkdir -p $HOME/.sip-communicator/log export PATH=$PATH:native java -classpath "lib/jdic-all.jar:lib/jdic_stub.jar:lib/felix.jar:lib/bcprovider.jar:sc-bundles/sc-launcher.jar:sc-bundles/util.jar" -Djava.library.path=native -Dfelix.config.properties=file:./lib/felix.client.run.properties -Djava.util.logging.config.file=lib/logging.properties net.java.sip.communicator.launcher.SIPCommunicator Does the export native line (which I don't have an OS/2 equivalent for), have any significance ? Cheers/2 Ed.