Hi david,
We have an application that runs in java and take some datas from a C app.
I did not work on the communication between the two parts, but this is just a
suggestion:
System.exit() kills your C app because (may be)you work on shared datas. Make a copy
and it should work
That's all
Hello,
This is a non-3D Java question as we're at a dead end!
We have a C application and part of this calls a piece of Java code.
The problem is when we exit the Java
- System.exit() destroys the whole C application, not just the Java and JVM and we
need to find another way to release the sys