On Tue, 15 Sep 2020, 20:29 Oliver Rettig, <oliver.ret...@orat.de> wrote:

>
> In concrete we have a java library project which is a Wrapper to a c++
> native lib. To create a platform independent jar-file we want to add the
> native code build for several operating systems into the the jar.
>
>
>
> We found that the
>
>
>
> https://jogamp.org/
>
>
>
> project includes great code to do this but the code is part of a big
> project.
>

Partly OT - JogAmp might not be the best starting point. Pretty sure LWJGL
Core will do this, and it's much more modularized so this bit might be
small enough as is. JNA also has some code that does this IIRC.

Best wishes,

Neil

Reply via email to