Skip to content

Looking for docs on the loader fragment mechanism #600

Answered by saudet
mikehearn asked this question in Q&A
Discussion options

You must be logged in to vote

@HGuillemet @johanvos @HannesWell @reckart @timothyjward are facing similar issues with other frameworks like Android and OSGi, so let's bring them in the discussion. The only standard loading mechanism that OpenJDK is willing to offer is jlink, which does not actually fulfill user requirements to any meaningful extent, so we still all need to come up with our own disparate hacks. JavaCPP is no different. However, it does fall back on System.loadLibrary(), so if your framework is able to place all the required libraries such that System.loadLibrary() succeeds, then JavaCPP will be happy. We don't usually need to know anything more than that, so there isn't any detailed documentation about…

Replies: 2 comments 27 replies

Comment options

You must be logged in to vote
12 replies
@saudet
Comment options

@mikehearn
Comment options

@saudet
Comment options

@mikehearn
Comment options

@saudet
Comment options

Answer selected by saudet
Comment options

You must be logged in to vote
15 replies
@mikehearn
Comment options

@saudet
Comment options

@mikehearn
Comment options

@saudet
Comment options

@HGuillemet
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants