Nov 16, 2002 #1 BaoBao Programmer Joined Oct 28, 2002 Messages 3 Location 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 Joined Oct 9, 1998 Messages 4,341 Location US java.net.InetAddress.getLocalHost().getHostAddress(); -pete Upvote 0 Downvote
Jun 5, 2003 #3 idarke Programmer Joined Jul 23, 2001 Messages 420 Location US Had a question, did a search of the forums, found an answer. Thank you, pete! Upvote 0 Downvote