diff --git a/README.md b/README.md index 670ccdf..705bff1 100644 --- a/README.md +++ b/README.md @@ -430,7 +430,8 @@ A curated list of awesome Java frameworks, libraries and software. ## Native *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