Re: mutlicast sockets

1999-09-10 Thread Rudi Streif
This problem is very likely related to this: You need to check if your kernel and your network interface is multicast capable. Your kernel needs to be compiled with the option 'CONFIG_IP_MULTICAST=y'. And your kernel should be at least a 2.0.x version if you didn't patch it. Check your network

Re: Java 1.2v2 & Debian 2.1 Frustrations

1999-07-30 Thread Rudi Streif
Looks like you are using a glibc2.0 version on a glibc2.1 system. Try the glibc2.1 version of Blackdown Java. Rudi -Original Message- From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Friday, July 30, 1999 12:59 PM Subject: Java 1.2v2 & Debian 2.

Re: Invalid DatagramSocket option

1999-07-28 Thread Rudi Streif
here to send the multicast request to. Although Java says 'invalid operation' the right error message should be 'network unreachable' which means the protocol driver doesn't know how to reach the network with the multicast addresses. I really think this is the problem because I ha

Re: erasing the file contents

1999-07-28 Thread Rudi Streif
Typically opening an existing file for writing erases its contents. Rudi -Original Message- From: R MUTHUSWAMY <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Wednesday, July 28, 1999 3:56 AM Subject: erasing the file contents > > >hi, > > i have a file(with some co

Re: Constructor/Inheritance wierdness

1999-07-27 Thread Rudi Streif
Tim, I guess this period is too much super.(host,MetaType,TemplateType); ^ It should be super(host,MetaType,TemplateType); And that's exactly what the compiler says: after a period it expects an identifier either a field or a method. Rudi -Original Message- From: Tim Reill

Re: Can't find sunwjit

1999-07-26 Thread Rudi Streif
Did you install the package as root and now you try to run it as a normal user? If so, check if the $JAVAHOME/jre/lib/libsunwjit.so is set to executable for the world. Rudi -Original Message- From: Tauren Mills <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Monday, J

Re: Invalid DatagramSocket option

1999-07-26 Thread Rudi Streif
Larry, You need to check if your kernel and your network interface is multicast capable. Your kernel needs to be compiled with the option 'CONFIG_IP_MULTICAST=y'. And your kernel should be at least a 2.0.x version if you didn't patch it. Check your network interface configuration with 'ifconfig

Re: Help needed

1999-07-22 Thread Rudi Streif
Raj, Basically it says that your code doesn't make sense because the result of sum is invariant to the loop. I can't tell you why it fails under Blackdown JDK1.2 for Linux (it does on my machine too) but works under Sun JDK1.2 for Windows. If you changed your code to something like this sum

Re: Has Sun Overstretch Themselves With So Many APIs?

1999-07-12 Thread Rudi Streif
Pretty interesting discussion. Basically you are talking about the dilemma everyone has to face if he wants to develop a framework that is meant to be used by others. If he makes it too generic then there will be a bunch of people who complain that it is hard to use, that the turnaround times are

Re: JDK 1.2 Library Issues

1999-06-30 Thread Rudi Streif
Lance, Two days ago, I just went through the same problems than you. Your glibc doesn't match the JKD 1.2pre-v2 you have downloaded. I have tried the glibc 2.1 version on a glibc 2.0 system and encountered exactly your problems. Maybe you made the same mistake? Rudy -Original Message-