Java source for a TCP/IP route tracer
843790Feb 12 2008 — edited Feb 12 2008Does anyone know of java source code for something like TraceRoute? I have an application that uses RMI and we often have connectivity issues so I need a way to show clients that the problem is the network and not a bug in code. Often the problem is with firewalls but it is hard to explain that to clients when they don't understand networking so I need something to show them where the communication is being blocked and why.