View Single Post
  #4 (permalink)  
Old 04-21-2008, 11:40 PM
bobleny's Avatar
bobleny bobleny is offline
Member
 
Join Date: Apr 2008
Posts: 36
bobleny is on a distinguished road
Oh, I better understand what your talking about now, but try as I might, I don't know how to help you.

This is as close as I can get... I have no idea what to do from here....
Code:
import java.net.NetworkInterface; import java.net.SocketException; import java.util.Enumeration; public class main { public static void main(String[] args) throws SocketException { Enumeration<NetworkInterface> ko = NetworkInterface.getNetworkInterfaces(); } }

I hope someone else can help you. Good luck!
__________________
--
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
--
Cheer up, the worst has yet to come...
Reply With Quote