Originally Posted by
peter_budo
Ping cannot be accessed directly you can use Runtime to execute console ping command and read it in, but this is awkward solution
I actually meant implementing the "
ping" utility completely in Java (note: not just invoking a ready to use implementation) is not possible, cause Java runs mostly on the Application or Transport layer.