Known issues

To do soon:

To do later:

System.loadLibrary( "jdns_sd");
int libInitResult = InitLibrary( 2); // Current version number (must be sync'd with jnilib version)
if ( libInitResult != DNSSDException.NO_ERROR)
throw new InternalError( "cannot instantiate DNSSD: " + new AppleDNSSDException( libInitResult).getMessage());

Is it finding the wrong dll? (there is one in C:\Windows\System32 and one in C:\Windows\SysWOW64)

Following these steps in Eclipse to make jdk default results in the error showing up when trying to run.

Sequencer non-reproducible / to categorize: