Re: Java Linux and Signal Handlers

1999-04-13 Thread Rob Nugent
Juergen, Many thanks for the info. It is not my desire to mix java and native code in the way you describe, but the following: I am working in a C environment, and I need to be able to call subroutines in a number of (pluggable) languages, of which one is Java. Some of those languages run-times

Java Linux and Signal Handlers

1999-04-12 Thread Rob Nugent
Hi, I have a requirement to use Java Linux to implement a number of sub-routines in an environment in which other languages such as 'C' will also be executing. A question has arisen as to whether the Java VM has a requirement to install any signal handlers which might displace my pre-existing