News

Java Native Interface (JNI) allows you to call C code from Java code. There's a whole rigamarole of generating stubs, etc. But it works as far as I know. Don't know how robust it is though.