Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot load library from JAR without resource prefix #599

Closed
pkoziol opened this issue Feb 18, 2016 · 2 comments
Closed

Cannot load library from JAR without resource prefix #599

pkoziol opened this issue Feb 18, 2016 · 2 comments

Comments

@pkoziol
Copy link

pkoziol commented Feb 18, 2016

When Native.extractFromResourcePath() couldn't find library file with the standard resource prefix it tries without it (source). When file exists and is inside JAR i needs to be unpacked. Problem is that it's loaded using original resourcePath with the standard resource prefix.

@twall
Copy link
Contributor

twall commented Feb 19, 2016

PRs with test cases (and fixes) are welcome. Things are much easier to fix if we don’t have to figure out how to reproduce the failing behavior.

On Feb 18, 2016, at 9:10 AM, Paweł Kozioł notifications@github.com wrote:

When Native.extractFromResourcePath() couldn't find library file with the standard resource prefix it tries without it (source). When file exists and is inside JAR i needs to be unpacked. Problem is that it's loaded using original resourcePath with the standard resource prefix.


Reply to this email directly or view it on GitHub.

@matthiasblaesing
Copy link
Member

As there was no new comment on this and no further explanation was I'm closing this, as I don't understand the requested behavior. Feel free to reopen with a more complete description. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants