I have a Code::Blocks project and the final executable is all that matters. It's written in C, but there is also a task that I cannot write in that language, so I'm doing it in Java.
My dilemma is how to link the java executable to my CodeBlocks binary? Copying the binary content obviously doesn't work.
That task is about sending emails, which has troubled me in C.