Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tm-dev] Re: dns_sd.jar?


Hi Martin,

dns_sd.jar is part of the Apple Bonjour SDK.  The SDK provides java samples based on this jar file as well as C samples using an also provided dll, dnssd.dll that should be found in the win32 folder in windows.

I have used the Apple Bonjour SDK in remote machines to register services and test the functionality of the service discovery client in Eclipse and RSE, so none of the files from the Bonjour SDK is needed for any beta or the final solution of service discovery. But it is a good testing tool to register services in remote machines.
Of course, any other server implementation of DNS-SD would work fine as well.

Regards,

Javier Montalvo OrĂºs
Engineering Tools
Symbian Software Limited.

Tel: +44 (0)207 154 1091



"Oberhuber, Martin" <Martin.Oberhuber@xxxxxxxxxxxxx>

04/07/2006 10:08

To
<javier.montalvoorus@xxxxxxxxxxx>
cc
"Target Management developer discussions" <dsdp-tm-dev@xxxxxxxxxxx>
Subject
dns_sd.jar?





Hi Javier,

I just uninstalled up my old JDK installations, and I noticed that
in each and every JDK or JRE installation I found the following
file:

 ...\lib\ext\dns_sd.jar

I can only assume that this file was installed when I installed the
Apple Bonjour SDK.

Do you know what this file is good for, and what it is needed for?
Is it needed by your code?

I notice that when I install a new version of the JDK/JRE, it will
_not_ have the file in its ...\lib\ext directory, could that break
anything?

Thanks,
Martin

--
---------------------------------/()\-----------------------------------
Dipl.-Ing. Martin Oberhuber        mailto:martin.oberhuber@xxxxxxxxxxxxx
Member of Technical Staff          Phone  (UTC +1h): +43 (662) 457915-85
Wind River Systems (Salzburg) GmbH              Fax: +43 (662) 457915-6
Jakob-Haringer-Str.8, A-5020 Salzburg, Austria  http://www.windriver.com
----------------------- How Smart Things Think -------------------------





*******************************************************************
*** Symbian Software Ltd is a company registered in England and
Wales with registered number 4190020 and registered office at 2-6
Boundary Row, Southwark, London, SE1 8HP, UK. This message is
intended only for use by the named addressee and may contain
privileged and/or confidential information. If you are not the
named addressee you should not disseminate, copy or take any action
in reliance on it. If you have received this message in error
please notify postmaster@xxxxxxxxxxx and delete the message and any
attachments accompanying it immediately. Neither Symbian nor any of
its Affiliates accepts liability for any corruption, interception,
amendment, tampering or viruses occurring to this message in
transit or for any message sent by its employees which is not in
compliance with Symbian corporate policy. *************************
*********************************************


Back to the top