Programming Tutorials

Comment on Tutorial - InetAddress get local and remote IP in Java By Grenfel



Comment Added by : GSA

Comment Added at : 2010-11-23 02:36:26

Comment on Tutorial : InetAddress get local and remote IP in Java By Grenfel
I am getting

jayana-desktop/127.0.0.1
Exception in thread "main" java.net.UnknownHostException: starwave.com: starwave.com
at java.net.InetAddress.getAllByName0(InetAddress.java:1145)
at java.net.InetAddress.getAllByName(InetAddress.java:1072)
at java.net.InetAddress.getAllByName(InetAddress.java:1008)
at java.net.InetAddress.getByName(InetAddress.java:958)
at Test.main(Test.java:9)
what might be the reason?


View Tutorial