Now I have some C source code, I would like to use it in my java application. I need to execute the C source code and return the result to my Java application. Instead of rewriting all of the C source code in java, how can I reuse the C source code in my Java application?
source share