import java.net.InetAddress; InetAddress address = InetAddress.getLocalHost(); String ip=address.getHostAddress();