Using Java to wrap over C++ -
I have a project written in C ++ and I want to write it a GUI as a Java interface. Java option has been fixed so I have to be able to call Java from C ++ code. Rewriting the C ++ code is not an option. I would like input on this:
- What equipment can I use to get this wrapping?
- If any of the C ++ codes are required,
- Any other insights / follow-up questions you have.
Thanks.
you should look for JNI-Java native interface
Comments
Post a Comment