InetAddress.getByName gives error under 1.5 but works fine under 1.4
On my dev machine a InetAddress.getByName works fine when the program is run under 1.4 but under 1.5 it throws an exception that it is not a valid host. I used java.sun.com for a test. Anybody seen this behaviour.Marteijnmnouwens@future-earth.net