SyntaxFix
Write A Post
Hire A Developer
Questions
Simply call InetAddress.getByName(String host) passing in your textual IP address.
InetAddress.getByName(String host)
From the javadoc: The host name can either be a machine name, such as "java.sun.com", or a textual representation of its IP address.
InetAddress javadoc