Now I have some C source codes, I would like to use it in my java application.
I need to execute the C source code, and get back the result to my java application. Instead of re-write all the C source code to java, how can I reuse the C’s source code in my java application?
Now I have some C source codes, I would like to use it in
Share
Take a look at Java Native Interface.