Nov 16, 2002 #1 BaoBao Programmer Oct 28, 2002 3 US I am trying to get the IP address from the client using Java 2 (Not java svelent). Is that possible? If so, how? Thank you very much for your help.
I am trying to get the IP address from the client using Java 2 (Not java svelent). Is that possible? If so, how? Thank you very much for your help.
Nov 16, 2002 1 #2 palbano Programmer Oct 9, 1998 4,341 US java.net.InetAddress.getLocalHost().getHostAddress(); -pete Upvote 0 Downvote
Jun 5, 2003 #3 idarke Programmer Jul 23, 2001 420 US Had a question, did a search of the forums, found an answer. Thank you, pete! Upvote 0 Downvote