Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はUbuntuを実行しています。JmDNSサービスを作成しようとしてJmDNS.create()いますが、IPアドレスにバインドされていません。
JmDNS.create()
これはバグです。作成する必要があります JmDNS.create(InetAddressString)。これで動作します。
JmDNS.create(InetAddressString)