How to call C++ functions from Java?


Following are the steps to use native methods.

  • Create a header file (.h file) for a CPP program.
  • Create CPP file
  • Create a DLL
  • In java code, declare the method as native, load the DLL using System.loadLibrary() method and call the method.

Updated on: 10-Feb-2020

1K+ Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements