Commit fe40170
committed
Clean up Native Library Loader package, add automatic version info, delete deprecated code
Added a new method loadVersionedNativeLibrary, this variant gets the Maven version number from the jar manifest and appends to the native library file names. Version info should agree for native library file names and their containing jar. Otherwise native libraries can be stored in jar without version numbers and the previous loadNativeLibrary method can be used. Deleted the vestigial code from my deprecated approach to loading these libraries and also the test classes testing this deleted code.1 parent ab5ba18 commit fe40170
2 files changed
Lines changed: 83 additions & 496 deletions
File tree
- src
- main/java/org/scijava/nativelib
- test/java/org/scijava/nativelib
0 commit comments