Comment 32 for bug 57875

Revision history for this message
Bob Blanchard (blabj) wrote : Re: Azureus does not start

Azureus crashed with JRE 1.5 update 9 as well.

Installed azureus-gcj (x86).. works if I do "sudo update-alternatives --config java" and select java-gcj

Problem is, this breaks Frostwire...

So, altered /usr/bin/frostwire to be:

#!/bin/bash
cd /usr/lib/frostwire
export JAVA_PROGRAM_DIR=/usr/lib/jvm/java-1.5.0-sun/bin/
sh runFrost.sh

So for now - both work.... ah.. the joys of java