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....
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!