Vuze is a desktop Bitorrent client written in Java.
Questions tagged [vuze]
11 questions
2
votes
0 answers
Customizing Vuze(Azereus)
I wish to customize Vuze(Azereus) source code to suit my needs.
Basicly wish to setup a server managed P2P and customize welcome page.
I have downloaded the complete source code (314 mb) with all versions.
I am unable to add it as NetBeans project.…

LOU
- 21
- 2
2
votes
1 answer
limiting bandwidth with vuze API
I'm using VUze API to create a JAVA program in order to implement a few experiments on Bittorrent.
This code works fine when downloading a torrent
String url = "500mega.torrent";
core = AzureusCoreFactory.create();
core.start();
//…

Ala
- 107
- 11
0
votes
0 answers
Unable to bind TCP incoming server socket to 80 (Address already in use: bind)
OS: Windows 10
Application being used: Vuze
Enabled incoming port number to "80" to support HTTP seeding.
Since setting up Zookeeper and Apache Kafka. I receive this 'bind' error.
Error script
Error message
I have checked PIDs on Task Manager and…

jackallan123
- 1
- 1
0
votes
1 answer
Vuze client on Rhel 5 machine
I downloaded the vuze client for linux(Rhel 5) and xtracted the tar file.When I execute the vuze launcher I get the following error. Am trying to debug the issue , in the mean time any linux experts have any idea on this issue ? Someone tried to…

auto26
- 53
- 1
- 5
0
votes
3 answers
Odd NoClassDefFoundError
After installing the latest version of Vuze (Azureus), I got an odd error trying to start it:
> java -Xmx128m -classpath ./Azureus2.jar:./swt.jar -Djava.library.path=/bt_work/vuze -Dazureus.install.path=/bt_work/vuze -Dazureus.script=./azureus…

Aaron Digulla
- 321,842
- 108
- 597
- 820
0
votes
1 answer
run Java commands through a Shell script
I'm trying to code a shell script to start/stop torrents using vuze's console UI through SSH:
https://wiki.vuze.com/w/Console_UI
I've downloaded vuze and everything works fine until I type this command:
java -jar Azureus2.jar --ui=console
After…

Ala
- 107
- 11
0
votes
1 answer
How can I drag-select on Vuze?
I'm trying Vuze and I can't select multiple torrents (not all) clicking and dragging the mouse, like I do on uTorrent (as seen on the image). Searched on vuze forums and in general, but I couldn't find why. Any ideas? or you can't just drag-select?

BostAxola
- 66
- 6
0
votes
1 answer
Which p2p Library does Vuze use?
Which Libary does Vuze use for its p2p connection? Like JXTA, STUNT, ICE4J and so on. Or did they develop a p2p nat traversal libary by themself? If yes, can I find this p2p connection libary somewhere?

Flex Texmex
- 1,074
- 2
- 11
- 23
0
votes
2 answers
Vuze import Eclipse
Here I am trying to import Vuze-SVN to Eclipse. I followed the instructions on http://wiki.vuze.com/w/Using_Eclipse. I think I solved swt.jar version issues, because the error I am encountering now is different than previous swt version issues. When…

Özge Akbulut
- 47
- 6
0
votes
1 answer
Azureus/Vuze bittorrent client on Planetlab platform
I am working on a node(64-bit) of the testbed named Planetlab. The java path is set and simple jar files are working. I have to run Azureus/Vuze bittorrent client on this node. It runs on Ubuntu via extracting the Vuze's installer tar file then with…

Özge Akbulut
- 47
- 6
-2
votes
1 answer
Is there a way to limit only the download bandwidth on 1 torrent with Vuze
I'm using Vuze's (formerly known as Azureus) API to create a simulate a few BitTorrent scenarios.
Here is the API documentation : JavaDoc
I'm running multiple downloads, however I can't find a way to stop a download from downloading a file, while…

Ala
- 107
- 11