shannah / Java-Objective-C-Bridge

A thin bridge that allows for two-way communication from Java to Objective-C.
123 stars 25 forks source link

Are NativeLibLoader and Constants still used? #33

Closed Marcono1234 closed 3 years ago

Marcono1234 commented 3 years ago

It appears the classes NativeLibLoader and Constants are not used within this project? Can they be removed?

Otherwise it might be worth rewriting NativeLibLoader using the functionality provided by the java.nio.file package.

shannah commented 3 years ago

It doesn't look like it. The library has gone through a few iterations for the native lib loading to satisfy various constraints. NativeLibLoader is likely part of one of those previous iterations.