Running Vuze on a server
Jump to navigation
Jump to search
Installation
- Just emerge vuze on Gentoo. After that, you need to create symlinks else you will run into classpath problems:
cd /usr/share/vuze/lib/ ln -s /usr/share/log4j/lib/log4j.jar ln -s /usr/share/commons-cli-1/lib/commons-cli.jar
Running
- After that, run Vuze like this:
java -jar /usr/share/vuze/lib/Azureus2.jar --ui=console
- It is better to run it inside a screen terminal.