Can a java module call a c module?

c, call, java, module

Solution

yes you can use Java Native Interface to do this:

Problem

Just out of interest , is it possible to call a C module from a java module ? If so , how to do that ?

Original source