Re: 1.3, kernel 2.6, signals

2004-03-18 Thread Hui Huang
Hi Nicole, I tested your code. It works fine on my machine with 2.6.4. I tested Sun JDK 1.3.1fcs, 1.3.1_10, 1.3.1_11, 1.4.2fcs, 1.4.2_03 and 1.5beta. SignalTest is able to catch HUP, TERM, INT. That said, I'd like to point out that the Java level signal API is private interface. Its sole purpose i

Réf. : Re: Java and JNI in Linux

2004-03-18 Thread BRUGAT Didier
Thank for your response, but i found the solution : all is ok with the jdk1.4.2_04 instead of jdk1.4.1 !!! Dirk Weigenand <[EMAIL PROTECTED]> 18/03/2004 15:32                 Pour :        BRUGAT Didier <[EMAIL PROTECTED]>         cc :                 Objet :        Re: Java and JNI in Li

Java and JNI in Linux

2004-03-18 Thread BRUGAT Didier
Hello Linux world ! I have a problem when i try to load a shared library in my java program. My config is :         Linux 64 bits         jdk1.4.1         compilers 64 bits : ecc (C language) and efc (Fortran) When i build an application with this dynamic library, all is OK. But when i launch my j