Question

Is there anyway I can get the output of traceroute in java. I know I could use exec but I want to know if there is any API can fetch the output for me not worrying about platform.

Was it helpful?

OTHER TIPS

If you don't want to do specifically in a language, i would recommend you to go to the command line and type tracert www.google.com,it will give you the desired result

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top