aldenml / libtorrent4j

libtorrent for java, a swig Java interface for libtorrent
http://libtorrent4j.org
Other
204 stars 31 forks source link

No libtorrent4j in java.library.path #251

Open makaro345 opened 11 months ago

makaro345 commented 11 months ago

I use org.libtorrent4j:libtorrent4j-windows:2.1.0-30. When i run the application with -Djava.library.path= then it works correctly. PROBLEM: Every change to the dll causes the folder with the dll to be updated. Right?

How to correctly load dll from jar into spring boot application? How to correctly load dll (libtorrent4j) on windows environment?