I develop applications/programs in C/C++. I am more versed in these two languages and love being a C++ developer. I am wondering how to create a Java program that contains all m
You can't "just wrap it", you have to write some C/C++ glue.
For starters, SWIG can do most of the works for you.