hi,
i am trying to interrogate root DNS servers, using "TRACERT"?
thanks
hi,
i am trying to interrogate root DNS servers, using "TRACERT"?
thanks
Hi!
That's nice.
Say, do you have a Java-related question?
Cheers,
Graham.
if I look at a J2ME application that connects to a socket to a server but I need to do a tracert to find the path of connection
thanks
You mean, you want to implement tracert in J2ME?
That is not likely to be possible.
CLDC and MIDP do not provide for using ICMP. So, you cannot ping or tracert from a MIDlet.