i'm getting a "java.net.SocketException: No such device" when executing this
code:
MulticastSocket socket = new MulticastSocket(4444);
InetAddress address = InetAddress.getByName("230.0.0.1");
socket.joinGroup(address);
through jdb i discovered that the joinGroup method is throwing the
exception. i may not have my linux box configured correctly. any ideas?
thanks,
rob
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]