posted 25 years ago
What is the procedure for triggering a C program from Java code? I believe it's something to do with using 'native' but I'm unsure what happens next. For example, if I had a simple C program called paul.cpp, what is the least amount of code I'd need to call it from Java?
Many thanks.
Paul