the kernel does have multicast support.

you make a good point though, i haven't checked the jini/javaspaces
archives.

thanks,

rob

> -----Original Message-----
> From: Ted Neward [mailto:[EMAIL PROTECTED]]
> Sent: Friday, September 10, 1999 1:11 PM
> To: Wright Robert B Civ 96 CG/SCWDE; [EMAIL PROTECTED]
> Subject: Re: mutlicast sockets
> 
> 
> Somebody made mention, in the JavaSpaces list, that if you want to do
> JavaSpaces (which uses Multicast sockets, as I understand 
> it), that you have
> to have multicast support compiled into the kernel.
> 
> It's hearsay and rumor, but maybe it'll help?
> 
> Ted Neward
> Patterns/C++/Java/CORBA/EJB/COM-DCOM spoken here
> http://www.javageeks.com/~tneward
>  "I don't even speak for myself; my wife won't let me." --Me
> 
> -----Original Message-----
> From: Wright Robert B Civ 96 CG/SCWDE <[EMAIL PROTECTED]>
> To: '[EMAIL PROTECTED]' <[EMAIL PROTECTED]>
> Date: Friday, September 10, 1999 7:24 AM
> Subject: mutlicast sockets
> 
> 
> >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]
> 


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to