cant get connected to internet while using InetAddress Class
I am new to java networking.I am trying to get InetAddress by function InetAddress.getByName("www.something.com") but it is not connecting to internet. I am using a proxy server to get connected to lan.I use jdk 1.5 as my enviroment.PLz guide me how to configure so that i can run these sort of programs on my system.

