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

Improve Java library loading. #124

Merged
merged 5 commits into from
Dec 20, 2023
Merged

Improve Java library loading. #124

merged 5 commits into from
Dec 20, 2023

Conversation

jadamcrain
Copy link
Member

@jadamcrain jadamcrain commented Dec 20, 2023

Fixes #123

Also simplifies library loading and code generation by offloading much of it to a static file instead of being dynamically written.

Captures the casual exception when none of the candidate libraries successfully load.

@jadamcrain jadamcrain merged commit dbd81e4 into main Dec 20, 2023
17 checks passed
@jadamcrain jadamcrain deleted the bugfix/123 branch December 20, 2023 04:55
@jadamcrain jadamcrain changed the title Fixes #123 Improve Java library loading. Dec 20, 2023
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

Successfully merging this pull request may close these issues.

Native libraries fail to load when java.io.tmpdir is relative
1 participant