RE: JNI and Dead Thread on Linux

2000-01-28 Thread Lee_Xing
Kreileder [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 27, 2000 5:24 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: JNI and Dead Thread on Linux >>>>> Lee Xing writes: Lee> -Original Message- Lee> From: Jo Uthus [ma

RE: JNI and Dead Thread on Linux

2000-01-27 Thread Lee_Xing
-Original Message- From: Jo Uthus [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 27, 2000 1:31 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: JNI and Dead Thread on Linux [EMAIL PROTECTED] wrote: | Q1: | | command line command "ps -a" shows 4 java (JV

RE: JNI and Dead Thread on Linux

2000-01-26 Thread Lee_Xing
bMsgImpl.so is loaded OK, otherwise, it complains about file not found. What did I do wrong? Thank you. Lee -Original Message- From: Juergen Kreileder [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 25, 2000 12:38 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subje

Re: JNI and Dead Thread on Linux

2000-01-25 Thread Juergen Kreileder
> Lee Xing writes: Lee> Hi Nathan: Lee> Thank you for your information. Lee> I downloaded jdk_1.1.7-v3-glibc-x86-native.tar.gz and unpack it Lee> from the $JAVA_HOME directory. When I run "java -native app", I Lee> got an error message like: Lee> "Cannot open /proc

RE: JNI and Dead Thread on Linux

2000-01-25 Thread Lee_Xing
Hi Nathan: Thank you for your information. I downloaded jdk_1.1.7-v3-glibc-x86-native.tar.gz and unpack it from the $JAVA_HOME directory. When I run "java -native app", I got an error message like: "Cannot open /proc/00762 for GC/mnt/e/Linux/java/jni/Sample3/app", and every time when I re-t

Re: JNI and Dead Thread on Linux

2000-01-23 Thread Nathan Meyers
efaults to green), sets up the environment, and decides which actual executable (green or native) to run. Nathan > > Thank you. > > Lee > > -Original Message- > From: Nathan Meyers [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 18, 2000 2:20 PM > To: [EMAIL

RE: JNI and Dead Thread on Linux

2000-01-23 Thread Lee_Xing
L PROTECTED]] Sent: Tuesday, January 18, 2000 2:20 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: JNI and Dead Thread on Linux On Tue, Jan 18, 2000 at 11:28:17AM -0600, [EMAIL PROTECTED] wrote: > Hi: > > I got a few questions on JNI on Linux. It would be a

Re: JNI and Dead Thread on Linux

2000-01-19 Thread Nathan Meyers
On Tue, Jan 18, 2000 at 11:28:17AM -0600, [EMAIL PROTECTED] wrote: > Hi: > > I got a few questions on JNI on Linux. It would be appreciated if someone > could help. > > Suppose a shared library file has a function that is used to do hardware > I/O, say hard drives R/W. A Java application uses

JNI and Dead Thread on Linux

2000-01-19 Thread Lee_Xing
Hi: I got a few questions on JNI on Linux. It would be appreciated if someone could help. Suppose a shared library file has a function that is used to do hardware I/O, say hard drives R/W. A Java application uses JNI and calls this native function in .so file twice to R/W two separate hard dri