View Single Post
  #19 (permalink)  
Old June 27th, 2002
Unregistered
Guest
 
Posts: n/a
Thumbs down

Add me to the list of Linux LimeWire "L-users"

I have read all the threads in this session and have followed the instructions, but to date I still haven't seen any improvement in the install. In short, LimeWire still cannnot find the PATH to my Java virtual machine.

Here are my specs:
I have this installation path for my java:
/usr/java/j2re1.4.0_01

I have created a symbolic link to:
/usr/bin/java
with this server path:
/usr/lib/j2re1.4.0_01/bin/.java_wrapper

The symbolic link was created, so the directory path seems to be valid.

I have edited my .bash_profile to read:
export Java_HOME=/usr/java/j2re1.4.0._01
export PATH=$JAVA_HOME/bin:$PATH

After making these updates, I log out as root and then type:
sh ./LimeWireLinux.bin and receive the missing virtual path error.

So, I'm not sure how to proceed from here. Any clues?
Reply With Quote