Running Vuze on a server

From Elvanör's Technical Wiki
Revision as of 10:29, 17 July 2013 by Elvanor (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.