From: "Andy Willis" Received: from [192.168.100.201] (HELO mail.2rosenthals.com) by 2rosenthals.com (CommuniGate Pro SMTP 5.1.16) with ESMTP id 2335131 for os2-wireless_users@2rosenthals.com; Thu, 26 Feb 2009 08:24:54 -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 1LcgEM-0006Dc-GG for os2-wireless_users@2rosenthals.com; Thu, 26 Feb 2009 08:24:53 -0500 Received: from qw-out-2122.google.com ([74.125.92.27]:3236) by mail2.2rosenthals.com with esmtp (Exim 4.69) (envelope-from ) id 1LcgED-0004Zc-0s for os2-wireless_users@2rosenthals.com; Thu, 26 Feb 2009 08:24:41 -0500 Received: by qw-out-2122.google.com with SMTP id 3so478335qwe.39 for ; Thu, 26 Feb 2009 05:24:40 -0800 (PST) X-CTCH-RefID: str=0001.0A01020A.49A69819.00DE,ss=1,fgs=0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=8G9s9EAmiFO2tOYfkOY3ZVXV2wvrgUv32fBWlKSWrwY=; b=vFNyYp/y97ckkLoOq38QiEnIWjrIvGjleWm5tqXC1m5isLAIAdPVY6Zq4tqpCfldwI XXC2deSdmJgGBeMiJGzS2mVsogOEiV0qYtHyHc+llr/XjY4EH3SneGRrQJWlJLrd25xa /V7J3qjgQZEz0y1JfuQZ1XkdO1cA6lgNvnhqk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; b=ex2dLZ1QUnVFcyHZDdzus7KLqosHYWWS6J8nbKYMhjlINaM46Tpu221hpQqmu2oFZI NSiuXdOtirOajwYOCWVa2W/E2DOszN1UsMyqLw3OlIU2vyqyPSwmn8vyvk2e9i8seU7L MgRuolAGMfMfmH/TJHd/YCoeTORKvq4n3U8Hc= Received: by 10.224.45.69 with SMTP id d5mr2111348qaf.156.1235654680098; Thu, 26 Feb 2009 05:24:40 -0800 (PST) Received: from ?192.168.1.28? ([32.97.110.65]) by mx.google.com with ESMTPS id 7sm6829793qwb.31.2009.02.26.05.24.39 (version=SSLv3 cipher=RC4-MD5); Thu, 26 Feb 2009 05:24:39 -0800 (PST) Message-ID: <49A69816.1050500@gmail.com> Date: Thu, 26 Feb 2009 06:24:38 -0700 Reply-To: abwillis1@gmail.com User-Agent: Mozilla/5.0 (OS/2; U; Warp 4.5; rv:1.9.1b3pre) Gecko/20090216 SeaMonkey/2.0a3pre not(Firefox/3.2) 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-Spam-Score: 2.4 (++) X-Spam-Report: 1.0 RCVD_BY_IP Received by mail server with no name 1.4 DNS_FROM_RFC_POST RBL: Envelope sender in postmaster.rfc-ignorant.org 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