Added JNR, and fixed JNA link

This commit is contained in:
pron
2015-11-01 18:15:48 +02:00
parent b0a36c018b
commit 9ac6cda491

View File

@ -427,7 +427,8 @@ A curated list of awesome Java frameworks, libraries and software.
## Native ## Native
*For working with platform-specific native libraries.* *For working with platform-specific native libraries.*
* [JNA](https://github.com/twall/jna) - Work with native libraries without writing JNI. Also provides interfaces to common system libraries. * [JNA](https://github.com/java-native-access/jna) - Work with native libraries without writing JNI. Also provides interfaces to common system libraries.
* [JNR](https://github.com/jnr/jnr-ffi) - Work with native libraries without writing JNI. Also provides interfaces to common system libraries. Same goals as JNA, but faster, and serves as the basis for the upcoming [Project Panama](http://openjdk.java.net/projects/panama/).
## Natural Language Processing ## Natural Language Processing