-
|
Hi, Specifically, I'm interested in using the Pointer to create native memory from Java, and also using PointerScope to manage and clean up said memory. When I only import JavaCPP by using in Maven, however, I get this error: Is there a recommended workaround? This is the driver code for the above error |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Add a dependency on "javacpp-platform" instead of just "javacpp". |
Beta Was this translation helpful? Give feedback.
Add a dependency on "javacpp-platform" instead of just "javacpp".