> I have a question that would be appropriate for a Linux Kernel list.
> Does anyone know of a good one?
LKML, or the specialized ones (e.g. for USB, networking, etc).
The modules bit doesn't make sense to me; are you referring
to the kernel driver plus the userspace JNI glue to call it?
Or is t
I'm pretty sure Java/Linux isn't the list you want :-). I recommend:
http://www.tux.org/lkml/
Nathan
On Fri, Oct 27, 2000 at 02:31:48PM -0400, Brett Smith wrote:
> I have a question that would be appropriate for a Linux Kernel list.
> Does anyone know of a good one?
>
> We have written a
I have a question that would be appropriate for a Linux Kernel list.
Does anyone know of a good one?
We have written a driver for our proprietary h/w. The driver handles a
multitude of interrupts. The bottom half routine calls the
corresponding "Interrupt Handler" (static void interruptHandler(
Juergen Kreileder wrote:
> > "Rajesh" == Rajesh Patel <[EMAIL PROTECTED]> writes:
>
> Rajesh> black:rpatel% javac bank/CGGAMPSSLSocketFactory.java
> Rajesh> bank/CGGAMPSSLSocketFactory.java:17: The method
> Rajesh> bank.Socket createSocket(java.lang.String, int) declared
> Raj
If you're talking about gcj, check out this site:
http://sources.redhat.com/java/
Peace..
Tom
"Nicolas Raitman" <[EMAIL PROTECTED]> on 10/26/2000 05:51:55 PM
To: "Java" <[EMAIL PROTECTED]>
cc:
Subject: Redhat 7.
Hi to all! I have just installed RedHat 7.0 cause I new that it has a
On Fri, 27 Oct 2000, Rajesh Patel wrote:
> I am using jsse1.0.2, Redhat 6.2 jdk 1.2.2.
>
> Thanks,
The error message said what the problem was. Not only must your
method's name and parameters match, but the return type must match
also.
--
Joi EllisSoftware Engineer
Aravo
> "Rajesh" == Rajesh Patel <[EMAIL PROTECTED]> writes:
Rajesh> black:rpatel% javac bank/CGGAMPSSLSocketFactory.java
Rajesh> bank/CGGAMPSSLSocketFactory.java:17: The method
Rajesh> bank.Socket createSocket(java.lang.String, int) declared
Rajesh> in class bank.CGGAMPSSLSocketFac
I am using jsse1.0.2, Redhat 6.2 jdk 1.2.2.
Thanks,
-Raj
Hi,
I am trying to implement my version
of RMISocketFactory that provides ssl sockets instead of regular sockets.
I extended RMISocketFactory as follows but compiler complains that i can
not extend it's methods!
package bank;
i
Hi!
On Don, 26 Okt 2000 David Brownell wrote:
>> Does Kaffe/GJC/Classpath have a website? If so,what's the url?
>
>http://sources.redhat.com/java ... for GCJ
>http://www.kaffe.org/ ... for Kaffe
>http://www.fsf.org/software/classpath/classpath.html ... for classpath
>http://www.fsf.org/software