hi I am trying to build a octree data structure and it is already done in a c open source project.I want to use Libraries in that project.Is there possible way to use C Libraries in Java project??
Thank You
Printable View
hi I am trying to build a octree data structure and it is already done in a c open source project.I want to use Libraries in that project.Is there possible way to use C Libraries in Java project??
Thank You
There are two different ways to access native libraries in Java: use the Java Native Interface (JNI), or use the Java Native Access Library (JNA).