Working with JNA in Mixed Development Projects

Integration with JNA includes the features shown below.

 

Feature Description
Navigating in the code editor from Java methods to their C/C++ implementation Ctrl-click on the Java method and the code editor jumps to the C/C+ declaration or definition if it is found.
Debugging both Java and C++ code. Unlike JNI, debugging of JNA doesn't support stepping into methods, so you must attach the native debugger and place breakpoints on your own.

For information about using JNI, see Working with JNI in Mixed Development Projects.  

 


Copyright © 2015, Oracle and/or its affiliates. All rights reserved.