On Fri, Apr 8, 2011 at 4:26 PM, David Tabernero <[email protected]> wrote: > Whenever I use this method InetAddress.isReachable to ping my pc it always > returns false even if I'm sure that's pc reachable > > What can I use to ping my pc?
Ping and Java have never worked terribly well together, due to historically weak ICMP packet support. I would try to find some other solution to whatever problem you are trying to solve. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 3.6 Available! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

