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 2336140 for os2-wireless_users@2rosenthals.com; Thu, 26 Feb 2009 18:22:28 -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 1LcpYe-0005pR-0m for os2-wireless_users@2rosenthals.com; Thu, 26 Feb 2009 18:22:27 -0500 Received: from nskntqsrv03p.mx.bigpond.com ([61.9.168.237]:58573) by mail2.2rosenthals.com with esmtp (Exim 4.69) (envelope-from ) id 1LcpYb-0000Qj-2S for os2-wireless_users@2rosenthals.com; Thu, 26 Feb 2009 18:22:22 -0500 Received: from nskntotgx03p.mx.bigpond.com ([121.216.213.66]) by nskntmtas01p.mx.bigpond.com with ESMTP id <20090226203908.UCBB6186.nskntmtas01p.mx.bigpond.com@nskntotgx03p.mx.bigpond.com> for ; Thu, 26 Feb 2009 20:39:08 +0000 Received: from [192.168.100.2] (really [121.216.213.66]) by nskntotgx03p.mx.bigpond.com with ESMTP id <20090226203907.WWVE5528.nskntotgx03p.mx.bigpond.com@[192.168.100.2]> for ; Thu, 26 Feb 2009 20:39:07 +0000 X-CTCH-RefID: str=0001.0A010207.49A7242E.0058,ss=1,fgs=0 Message-ID: <49A6FDE6.3060105@durrant.mine.nu> Date: Fri, 27 Feb 2009 07:39:02 +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 nskntotgx03p.mx.bigpond.com from [121.216.213.66] using ID edward.durrant@bigpond.com at Thu, 26 Feb 2009 20:39:02 +0000 X-RPD-ScanID: Class unknown; VirusThreatLevel unknown, RefID str=0001.0A150204.49A6FDEB.0068,ss=1,fgs=0 X-Spam-Score: 0.0 (/) X-Spam-Report: _SUMMARY_ Andy Willis wrote: > Ed Durrant wrote: >> 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. >> > The line I posted previously is my CMD file, which all I did was > switch the colons and semi-colons around from the way it is in the > run.sh. > 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 don't believe it will work with Java 1.4.x, at least I wasn't able > to get it to so far (though alpha 2 might, one of the changes with > alpha 3 was to move to Java 1.5). > Andy > > > Thanks I hadn't seen the change from semicolon to colon - that may be the key. I presume you have created a java.cmd file to run apps with Windows Java 1.5 under ODIN (or Innowin)? When I try to run the complete config (Innowin and 1.5 java paths included) the command line is too long for OS/2. It'll be interesting to see how this works, I'd expect the IM side to work OK, but connecting to OS/2 audio queues (via windows Java and ODIN) for the SIP Phone part (which is what we are looking at this for) may be a different matter. Cheers/2 Ed. > >