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:

  1. What equipment can I use to get this wrapping?
  2. If any of the C ++ codes are required,
  3. Any other insights / follow-up questions you have.

Thanks.

you should look for JNI-Java native interface


Comments

Popular posts from this blog

paypal - How to know the URL referrer in PHP? -

oauth - Facebook OAuth2 Logout does not remove fb_ cookie -

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -