Running Vuze on a server: Difference between revisions

From Elvanör's Technical Wiki
Jump to navigation Jump to search
(Created page with "= 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/log...")
(No difference)

Revision as of 10:29, 17 July 2013

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.