Feb 5, 2003 #1 Oxymoron Technical User Dec 17, 2000 168 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 Aug 5, 2001 771 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