fuadhamidov
Programmer
hi
in my project i need to call an internet address whose has "multiple and dynamic ip". so i need to run "ipconfig /flushdns" before calling internet address.
now i want to know is there any way (any class or any method) in java( in java 1.4_02 and in java 1.5 ), so i don't do this over command line (like getRuntime().exec("ipconfig /flushdns");)
thanks for any help
in my project i need to call an internet address whose has "multiple and dynamic ip". so i need to run "ipconfig /flushdns" before calling internet address.
now i want to know is there any way (any class or any method) in java( in java 1.4_02 and in java 1.5 ), so i don't do this over command line (like getRuntime().exec("ipconfig /flushdns");)
thanks for any help