View Single Post
  #1 (permalink)  
Old March 4th, 2002
Unregistered
Guest
 
Posts: n/a
Default Mandrake 8.1 installation problems

Hey,

I had a hell of a time installing limewire until I figured out that the installer was running the wrong java file... let me explain: open a terminal and run java. If the java program says "usage keffe" and then options, you are going to have a problem. install the java 1.3.1 rpm. after, do the following:

cd /usr/bin
ls ja*
./java
** you should see the "usage: keffe" thing here**
cp ./java ./java.bak
** the next line creates a symbolic link to the REAL java binary. replace XXXXXX with whatever dir you find underneath /usr/java **
ln -s /usr/java/XXXXXX/bin/java java
then go back to your home directory and re-run the installation file!!

-J.T.
Reply With Quote