SaaSHub helps you find the best software and product alternatives Learn more →
JavaCPP Alternatives
Similar projects and alternatives to JavaCPP
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
manifold
Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension Methods, Operator Overloading, Templates, a Preprocessor, and more.
-
-
-
-
-
picocli
Picocli is a modern framework for building powerful, user-friendly, GraalVM-enabled command line apps with ease. It supports colors, autocompletion, subcommands, and more. In 1 source file so apps can include as source & avoid adding a dependency. Written in Java, usable from Groovy, Kotlin, Scala, etc.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
-
Deeplearning4j
Suite of tools for deploying and training deep learning models using the JVM. Highlights include model import for keras, tensorflow, and onnx/pytorch, a modular and tiny c++ library for running math code and a java based math library on top of the core c++ library. Also includes samediff: a pytorch/tensorflow like library for running deep learn...
-
-
-
SWIG
SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages.
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
JavaCPP discussion
JavaCPP reviews and mentions
-
Any library you would like to recommend to others as it helps you a lot? For me, mapstruct is one of them. Hopefully I would hear some other nice libraries I never try.
JavaCPP and presets for working with JNI
-
JDK 19 released
In the meantime you might want to check out JavaCPP: https://github.com/bytedeco/javacpp
-
How can I use K/N with C++?
Maybe you can use JavaCPP?
-
Does Java 18 finally have a better alternative to JNI?
Here is the code for JNI, which uses the prebuilt JavaCPP library to call the getpid function. We don't have to write all the manual C binding code and rituals as the JavaCPP library already does it.
-
JEP 419: Foreign Function and Memory API
Javacpp is the best ffi library of all https://github.com/bytedeco/javacpp
-
If it gets better w age, will java become compatible for machine learning and data science?
As for our approach, we maintain a library called javacpp: https://github.com/bytedeco/javacpp which proves a python wheel like experience where we distribute natively optimized c/c++ code (and even cuda accelerated code) as jar files on maven central. We also are able to develop with a python like experience by passing pointers around and other low level constructs directly allowing optimizations that you typically only get in c/c++.
-
CXX - Safe interop between Rust and C++
https://github.com/bytedeco/javacpp
* it maps naturally and efficiently many common features afforded by the C++ language and often considered problematic, including overloaded operators, class and function templates, callbacks through function pointers, function objects (aka functors), virtual functions and member function pointers, nested struct definitions, variable length arguments, nested namespaces, large data structures containing arbitrary cycles, virtual and multiple inheritance, passing/returning by value/reference/string/vector, anonymous unions, bit fields, exceptions, destructors and shared or unique pointers (via either try-with-resources or garbage collection), and documentation comments*
-
An article on how to use C++ for cross-platform development
I did not try myself, but for JNI maybe this could make lives easier? https://github.com/bytedeco/javacpp
-
A note from our sponsor - SaaSHub
www.saashub.com | 18 Apr 2025
Stats
bytedeco/javacpp is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of JavaCPP is Java.