Converting library to maven package
Hi, I need to write Software for a piece of Hardware that has an sdk that's not available as a maven package.
I would like to supply that library internally as a maven package, so it can be used without messing with library path and other things. But I don't know enough to do that.
I will write a wrapper for the sdk, that makes it more convenient and comfortable to use overall. So a would be developer should not be interacting with the sdk directly. And I will implement our internal coding guidelines on that wraooer.
But I don't know how I could package the native libraries and supply the correct libraries for the target platform and dynamically add the correct set of libraries to the library path before using the sdk.
Any leads or solutions?
4 Replies
⌛
This post has been reserved for your question.
Hey @NeoCortex97! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose Post
button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
💤
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping
.
Warning: abusing this will result in moderative actions taken against you.
Unknown User•4mo ago
Message Not Public
Sign In & Join Server To View
So you are currently writing a wrapper library around a native library?
Are you using JNI or the Foreign Function and Memory API?
💤
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping
.
Warning: abusing this will result in moderative actions taken against you.