Sevoma
May 21st, 2006, 02:55 PM
First, enable extra repositories.
Open up a terminal and type:
sudo apt-get install sun-java5-bin
Now, download this to your desktop: http://mirror1.peercommons.net/frostwire/4.10.9/FrostWire-4.10.9-1.i586.deb
Now open a terminal (or use the one you may have already open) and type:
cd Desktop
sudo dpkg -i --force-architecture FrostWire-4.10.9-1.i586.deb
If that was successful, type this:
sudo gedit /usr/lib/frostwire/runFrost.sh
When gedit opens up, remove everything in it and put this in instead:
#!/bin/sh
cd "`dirname "$0"`"
export J2SE_PREEMPTCLOSE=1
/usr/lib/jvm/java-1.5.0-sun-1.5.0.06/bin/java -jar -Dorg.apache.commons.logging.Log=org.apache.commons .logging.impl.NoOpLog -Djava.library.path=. -jar FrostWire.jar
Now you are finished :D
You can launch it by typing "frostwire" (without the CODEs) in the terminal or by going to Applications->Internet->FrostWire
I hope it works! I wrote this from memory.
Open up a terminal and type:
sudo apt-get install sun-java5-bin
Now, download this to your desktop: http://mirror1.peercommons.net/frostwire/4.10.9/FrostWire-4.10.9-1.i586.deb
Now open a terminal (or use the one you may have already open) and type:
cd Desktop
sudo dpkg -i --force-architecture FrostWire-4.10.9-1.i586.deb
If that was successful, type this:
sudo gedit /usr/lib/frostwire/runFrost.sh
When gedit opens up, remove everything in it and put this in instead:
#!/bin/sh
cd "`dirname "$0"`"
export J2SE_PREEMPTCLOSE=1
/usr/lib/jvm/java-1.5.0-sun-1.5.0.06/bin/java -jar -Dorg.apache.commons.logging.Log=org.apache.commons .logging.impl.NoOpLog -Djava.library.path=. -jar FrostWire.jar
Now you are finished :D
You can launch it by typing "frostwire" (without the CODEs) in the terminal or by going to Applications->Internet->FrostWire
I hope it works! I wrote this from memory.