Using C DLL file using JNI

Hello,
There is an existing C Library. Can we use it in cuba application as done in a JAVA application using JNI. Please guide.
Thanks

Yes you can, setup should not have any CUBA specifics. Just try to use JNI as described in their docs.