I am trying to call from a new java class to the existing legacy C++ method.
I have executed following steps:
1) Compiled java class x and create x.class file (x is the name of the new java class)
2) Created x.h file by executing javah x
3) Created x.c file and include legacy parser.h(entry...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.