約368,000件1ページ目

日本語のみで絞り込む

2012/8/15 -Another way to retrieve the IPv6-Address is using InetAddress.getAllByName("www.google.at") which returns all known IP-Addresses of the host.

With Java you can run any Java applications, client or server, on an IPv6-enabled platform using J2SE 1.4 or later, and that application will automagically ...

How IPv6 Works on the Java Platform. The Java networking stack first checks whether IPv6 is supported on the underlying OS. If IPv6 is supported, it tries to ...

Packages supplied as part of Java, such as java.io and java.net, support both IP version 4 (IPv4) and IPv6 natively.

2022/10/6 -If both IPv6 and IPv4 are available, by default Java will always connect to the IPv6 address, which may, depending upon how it is configured ...

If you just need a "basic" ping to an IPv6 address, you can do ping 2001:db8:10::50 or ping ipv6 2001:db8:10::50 - the result is exactly the same. As Kev ...

Java program to ping an IP address. GitHub Gist: instantly share code, notes, and snippets.

Hi all, Im trying to use ActiveMQ with IPV6 but Im running into some problems. I'm in debian linux, and seems that ActiveMQ(5.5.1) is up and listening IPV6.

2012/3/15 -The reason I use a IP address instead of a more common host name is because I also have to ping a internal address below. Any hints or tips?

2012/7/25 -When I open a page that has a Java element, Java cannot connect to the server. After investigation, I found that Java was trying to use IPv6, ...