Results 1 to 5 of 5
I'm having trouble installing Limewire. I converted the rpm to a deb with alien, but now im lost. It appears in the applications list, but when i try to run ...
- 08-16-2005 #1Just Joined!
- Join Date
- Aug 2005
- Posts
- 3
Need help ASAP installing
I'm having trouble installing Limewire. I converted the rpm to a deb with alien, but now im lost. It appears in the applications list, but when i try to run it, nothing happens.
- 08-16-2005 #2Linux User
- Join Date
- Mar 2005
- Location
- CA
- Posts
- 352
Do you have java installed? www.java.com
- 08-16-2005 #3Just Joined!
- Join Date
- Aug 2005
- Posts
- 3
i downloaded it but its a .bin.....what do i do with that?
this is my first time using linux ever so..yah
- 08-16-2005 #4Linux User
- Join Date
- Mar 2005
- Location
- CA
- Posts
- 352
There are instructions on the site, if you didn't notice. Not sure if the installation is different with Debian, though. http://java.com/en/download/help/500...selfextracting
- 08-16-2005 #5Banned
- Join Date
- Nov 2004
- Location
- Belgium
- Posts
- 1,121
Just posted that a few topics bellow:
First download jre-1_5_0_04-linux-i586.bin(JRE 5.0 Update 4):
http://java.sun.com/j2se/1.5.0/download.jsp
As root:
sh jre-1_5_0_04-linux-i586.bin
mkdir /usr/java
mv jre1.5.0_04/ /usr/java/
chown -R root:root /usr/java/jre1.5.0_04/
ln -s /usr/java/jre1.5.0_04/bin/java /usr/bin/java
ln -s /usr/java/jre1.5.0_04/bin/java_vm /usr/bin/java_vm
Edit /etc/bash.bashrc and add
Now type ...Code:JAVA_HOME=/usr/java/jre1.5.0_04 export JAVA_HOME PATH=$PATH:$JAVA_HOME/bin export PATH
java -version
...and it should show:
java version "1.5.0_04"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05)
Java HotSpot(TM) Client VM (build 1.5.0_04-b05, mixed mode, sharing)
For Mozilla:
ln -s /usr/java/jre1.5.0_04/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/mozilla/plugins/
ln -s /usr/java/jre1.5.0_04/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/mozilla-firefox/plugins/


Reply With Quote
