<div dir="ltr">This question is so basic that I must be missing something. Sorry if that's a dumb rookie question.<div><br></div><div>I have the following C++ code:</div><div><br></div><div>    #include <iostream><br><br>    using namespace std;<br><br>    void sayHello() {<br>        cout << "Hello, Panama!" << endl;<br>    }</div><div><br></div><div>Great!!!</div><div><br></div><div>Now how do I go about calling the "sayHello()" C++ method from Java using jextract and panama?</div><div><br></div><div><b>I can use Linux or Mac, you choose. And I have jextract built on both machines.</b></div><div><br></div><div>That's easy and straightforward with JNI, JNA and JNR. But not with Panama? :(</div><div><br></div><div>Your help clarifying this issue will be greatly appreciated!</div><div><br></div><div>-Rebecca<br clear="all"><div><br></div></div></div>