diff --git a/README.md b/README.md index ae2ecc8..a841589 100644 --- a/README.md +++ b/README.md @@ -575,6 +575,7 @@ A curated list of awesome Java frameworks, libraries and software. * [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/). +* [JavaCPP](https://github.com/bytedeco/javacpp) - JavaCPP provides efficient and easy access to native C++ inside Java. ## Natural Language Processing