libtorrent4j icon indicating copy to clipboard operation
libtorrent4j copied to clipboard

libtorrent for java, a swig Java interface for libtorrent

Results 23 libtorrent4j issues
Sort by recently updated
recently updated
newest added

byte[] data = s.fetchMagnet(uri, 30, file); TorrentInfo torrentInfo = new TorrentInfo(data); the torrent can read something but i can't find the torrent in the file i want to know it's...

Apple M1, crashes both on latest build from maven with rosetta, or on self-build arm64 library, always with same segv in "Java: Reference Handler" thread. [java-2024-05-27-004004.ips.zip](https://github.com/aldenml/libtorrent4j/files/15449061/java-2024-05-27-004004.ips.zip)

I download the code libtorrent4j-2.1.0-27, follow the readme to build so, but failed: 1. cd libtorrent4j-2.1.0-27/swig/android-build 2. docker build -t lt4j:latest . 3. ./build-arm64.sh error log: > ./build-arm64.sh > BOOST_ROOT...