java - Bonjour - DNS_SD.jar library for linux? -
i'm using dns_sd.jar library in java program running on mac register bonjour service.
this library imported in java project using package: com.apple.dnssd.*; tried several time understand library comes ? suppose library created apple , installed on each mac osx. correct ?
it seems that same api of library available on linux , windows. means there other dns_sd.jar each specific os ? or can use same library on linux , windows ?
why library not provided on apple developper website ? looked everywhere !
i'm asking these question because want know if can transpose java program on linux system ?
thank !
i have same findings , same question; dns_sd.jar on mountain lion ? gone (forever) since oracle has taken on java distribution ?
bonjour sdk works on windows, , able build service on top of it. trying port same package osx unsatisfied link error, if manually include windows version of dns_sd.jar
maybe there native osx code missing ?
it bit funny bonjour works on windows, not on os x in later versions, isn´t it?
Comments
Post a Comment