Questions tagged [project-panama]

Project panama is the OpenJDK project that aims to create a new way to do native interop from Java.

Project panama is the OpenJDK project that aims to create a new way to do native interop from Java, without the need to manually write glue-code libraries (like needed with JNI), and aims at providing better performance characteristics when compared to JNI.

47 questions
0
votes
0 answers

How to access pthread api with project-panama

I've been experimenting the early builds of project-panama and successfully run some of the examples. Unfortunately, I'm not able to interact with native pthread api due to internal exceptions. Here is what I tried: jextract \ --exclude-symbols…
thiagogcm
  • 103
  • 1
  • 10
-2
votes
2 answers

Cannot find/load OpenGL binaries from Java

So i want to experimenting with the jextract tool and the Foreign Function and Memory API on OpenGL but im having bad time resolving java.lang.UnsatisfiedLinkError: unresolved symbol: glutInit. It seems like the JVM cannot locate the binaries of the…
1 2 3
4