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

Install native libs (Npcap/libpcap) programmatically automatically #294

Open
Osiris-Team opened this issue May 7, 2022 · 1 comment
Open

Comments

@Osiris-Team
Copy link

I would like to install those libs automatically so the end-user doesn't have to.
I would also create a PR if it gets accepted.
Any ideas, help are very welcome, since at the moment I have no clue how to achieve this.

@dellgreen
Copy link

Given that this project uses JNA to load native libraries, JNA itself supports auto extraction and loading of native libs if you bundle them in your applications jar file in a certain structure supported by JNA.

More info can be found here:

https://github.com/java-native-access/jna/blob/master/www/GettingStarted.md

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

2 participants