A very basic HelloWorld with jextract and panama
Michel Trudeau
michel.trudeau at oracle.com
Tue Apr 25 18:08:31 UTC 2023
[Moving to the right list]
From: code-tools-dev <code-tools-dev-retn at openjdk.org> on behalf of Rebecca Ahlvarsson <rahlvarsson at gmail.com>
Date: Tuesday, April 25, 2023 at 9:18 AM
To: code-tools-dev at openjdk.org <code-tools-dev at openjdk.org>
Subject: A very basic HelloWorld with jextract and panama
This question is so basic that I must be missing something. Sorry if that's a dumb rookie question.
I have the following C++ code:
#include <iostream>
using namespace std;
void sayHello() {
cout << "Hello, Panama!" << endl;
}
Great!!!
Now how do I go about calling the "sayHello()" C++ method from Java using jextract and panama?
I can use Linux or Mac, you choose. And I have jextract built on both machines.
That's easy and straightforward with JNI, JNA and JNR. But not with Panama? :(
Your help clarifying this issue will be greatly appreciated!
-Rebecca
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/panama-dev/attachments/20230425/6c33dfe1/attachment.htm>
More information about the panama-dev
mailing list