![]() |
| |||||||
| Register | FAQ | The Twelve Commandments | Members List | Calendar | Arcade | Find the Best VPN | Today's Posts | Search |
| General Linux Support For questions regarding use of LimeWire or WireShare or related questions on the Linux operating system. This includes installation questions and answers. (Check the Stickies marked in Red at top of this section.) |
| | LinkBack | Thread Tools | Display Modes |
| ||||
| Quote:
Your version seems to be a different sort. under your java bin directory should be a java, javac, etc that you can link to the /usr/bin directory : ln -s /usr/lib/j2re1.4.0/bin/java /usr/bin/java and ln -s /usr/lib/j2re1.4.0/bin/javac /usr/bin/javac I have edited my .bash_profile to read: export Java_HOME=/usr/java/j2re1.4.0._01 export PATH=$JAVA_HOME/bin:$PATH ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ All wrong above. Close but not for *nix useage. It should read: export JAVA_HOME=/usr/lib/j2re1.4.0 export PATH=$JAVA_HOME/bin:$PATH or export JAVA_HOME=/usr/lib/j2re1.4.0_01 export PATH=$JAVA_HOME/bin:$PATH depending on the actual path to your jvm directory. You have it listed as /usr/lib/j2re1.4.0 in one instance and then have the path listed as j2re1.4.0_01 in another. Everything is predominately case sensitive in *nix (linux, unix, freebsd, etc). This should fix your problem and I will update/upload the Installation Instructions on how to install using any environment and any jvm from virtually any source. My apologies for not doing this sooner but I was away for a few weeks. Deep in rebuilding my own projects from the ground up. altoine |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| !!Solution!! to LW Problems!! | Panzer | Connection Problems | 26 | March 21st, 2009 07:24 PM |
| An install problem that there is no solution for | 5tr4f3 | General Linux Support | 1 | August 28th, 2002 12:22 AM |
| A possible solution for connection problems | Taliban | Connection Problems | 3 | May 9th, 2002 12:07 AM |
| MRJ install problem... already tried given solution.. help! | Unregistered | Mac | 2 | April 2nd, 2002 07:59 AM |
| Solution to Windows 2000 Install Problem | Unregistered | Windows | 1 | March 7th, 2002 05:07 PM |