Feb 5, 2003 #1 Oxymoron Technical User Joined Dec 17, 2000 Messages 168 Location GB Hi. Just wondering how you obtain system information, like IP current IP address, and such-a-like. Be very grateful for any help. Oxymoron we are all of us living in the gutter. But some of us are looking at the stars.
Hi. Just wondering how you obtain system information, like IP current IP address, and such-a-like. Be very grateful for any help. Oxymoron we are all of us living in the gutter. But some of us are looking at the stars.
Feb 5, 2003 #2 toolkit Programmer Joined Aug 5, 2001 Messages 771 Location GB Something like: Code: InetAddress.getLocalHost().getHostAddress(); Should work http://java.sun.com/j2se/1.4/docs/api/java/net/InetAddress.html Upvote 0 Downvote
Something like: Code: InetAddress.getLocalHost().getHostAddress(); Should work http://java.sun.com/j2se/1.4/docs/api/java/net/InetAddress.html