Quote:
Originally posted by [eyekon] i am attempting to install limewire for RH 9 but when i try to run the limewire install program it just says "java: command not found" i know i have the correct version of java installed but this is annoying the hell outa me ... |
What is your correct version of java? Do you know it's correct path as well? b4k4^ni and my examples give exact instructions for a much much outdated java VM. Thusly, we had hoped that we had given enough instruction to be able to detect and point your java VM directory to the correct path in the JAVA_HOME variable. Since you are on RedHat 9, things are as simple as they can possibly be for anyone. Thank the maker for sliced bread and RPM! You can run this command to find your installed java VM directory:
rpm -ql j2re|more #Don't write anything after and including the pound sign (#) when you see them in our examples.
or
rpm -ql j2sdk|more #For those that installed the SDK
Now, this should provide you with your correct java VM path.
HTH
altoine