This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Problem with multicast socket


Hi,

I just compiled a test program that listens for multicast messages. I
use the MinGW version of gcj 3.2. There seems to be some problem with
the joinGroup and leaveGroup methods. The "joinGroup/leaveGroup" calls
throws an exception: 

  "java.net.SocketException: invalid length".

The program works ok with JDK 1.3.1. What's up? Is this a problem with
the MinGW version only?

/Ulf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]