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
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
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