Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The shared library used JNI code has name "libproton-swig.so", which is poor because the (a) it doesn't hint that it's used by the proton-jni.jar, and (b) Swig should be an implementation detail that is hidden from the user of the library.
A better name would be "libproton-jni.so".
Note that I've used the "lib" prefix as required by JNI on Linux. On Windows, this prefix should be blank.