native threads w/ JRE1.1.8

2000-05-15 Thread Oscar Carrillo
Hi, I've compiled a server application under blackdown's JDK 1.1.8 with native threads. But I can't see any libraries for native threads to be run under the JRE. It seems every other version has them for the JRE. What is different about 1.1.8? I don't have the option to move to 1.2 or greater s

Java/JNI/System calls

2000-05-15 Thread Brett Smith
I am working on an app that controls a special hardware card. The card is accessed across the PCI bus and it has several configuration registers, etc., that I need to control. I would like to keep most of the smarts in the Java code (resource usage, etc. coded in the Java classes that model the

Unidentified subject!

2000-05-15 Thread nr_rakesh
>From [EMAIL PROTECTED] Mon May 15 >12:08:03 2000 Received: from scam.xcf.berkeley.edu (scam.XCF.Berkeley.EDU [128.32.43.201]) by lgs-systems.com (8.8.5) id MAA20836; Mon, 15 May 2000 12:07:59 -0600 (MDT) Received: (qmail 35662 invoked by alias); 15 May 2000 18:04:13 - Mailing-List: contact

Problem Connecting between applet and servlet

2000-05-15 Thread Rakesh Raveendran
Hi, I was trying to connect to a servlet through an applet.I created an html page with two frame.At the top frame the applet was embedded and in the bottom frame the servlet was server side included.I used the GET method to communicate to the servlet.So in the init method of the applet I added