Is there a good tool for creating java (+ JNI support, if necessary) from the header file so that you can use the C or C ++ library as is. View reverse Java. The real functionality will be in C / C ++, Java will only be a top pad for certain users.
I'm not an expert at JNI, but as far as I can see, Java is forcing you to do it again. This forces you to have JNI-isms invisibly penetrating C code if you yourself are not writing a conversion layer. And writing a conversion level manually is a waste of time, since all the information is in the header file to start with.
java c ++ c jni
idij
source share