| Author |
How to get DNS IP Address
|
SP Nam
Ranch Hand
Joined: Oct 15, 2003
Posts: 41
|
|
|
How to get the DNS IP Address in Java without passing any parameters, code help please
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24051
|
|
|
How to get the "DNS IP address" for what? Without passing any parameters to what?
|
[Jess in Action][AskingGoodQuestions]
|
 |
SP Nam
Ranch Hand
Joined: Oct 15, 2003
Posts: 41
|
|
|
command prompt, Like just running a java program thru command prompt I want to get the DNS IP addresses Preferred and Alternate DNS Servers.
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24051
|
|
|
Oh, OK. Java doesn't provide an API for this, and there's no OS-independent way to get the information. Consult the documentation for your operating system.
|
 |
 |
|
|
subject: How to get DNS IP Address
|
|
|