well I had exactly the same problem, try this
export PATH="/usr/java/jre/bin":$PATH
now that path may not necessarily be the path to where you installed java to, I think default path on install is /usr/share. The VM file the LimeWire is looking for is in the bin folder. |