Alternate DNS for Java VM?
843790Oct 16 2007 — edited Oct 17 2007Hi,
I am writing a content filtering program in Java 1.5 under Microsoft Windows 2000. It looks up domain names from IP addresses and vice versa. There are multiple DNS servers on my network but Java appears to use only
the network's default DNS Server.
Is there some way in Java (or in a machine's configuration) to have my program use one of the other DNS servers?
Thanks
srinivas