Hi
Are you looking for something like this?
import java.net.InetAddress;
try {
System.err.println("IP: "+InetAddress.getLocalHost());
} catch (UnknownHostException e1) {
e1.printStackTrace();
}
Smilies all round
:) :) :) :)
Message was edited by:
monk3y