Dear L3Harris Forum, I have a question concerning using embedded Java processes into IDL (Java-IDL bridge). Specifically I need to catch and process CTRL+C while executing long running Java process from within IDL. Just listening for Thread.isInterrupted does not work. The source code of the embedded Java library can be found here: https://github.com/hzg-wpi/idl2tango/blob/6e8cd9f1a340481f7505f23d1a1c39cb36e493dd/src/main/java/hzg/wpn/idl/PollDevStateAwaitor.java#L54 Thanks in advance.
|