|
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 |
| |||
Java not installing! AHHHHHHHHHHHH ok, I have downloaded the sun version of java. I have followed the steps on this forum to the tee. I have even installed the sdk version also. in bash, when i type java -version i get a not a command error. in bash when i type which java, i get a no java error followed by a string of dir in my system. I have tried to install the java files again but the system tells me that they are aready running. How do i need to fix this? Also are there any other types of jvm that will work? Thanks |
| |||
The ln -s will get you going. You can also put java in the PATH variable. Here is how: After you have succesfully installed Java, you need to make it accesible by modiying the PATH variable to include the java directory in the path. There a several way to do this. I prefer to make it a system wide change so I modify /etc/profile to have a line like this PATH=<javadirectory>:$PATH where <javadirectory> is where java got installed. The directory will be different according to the version you installed. To find out do this command: find /usr/ -name "*j2*" The java directory will j2re- in the name. <javadirectory> must be fully qualified so it should look something like: /usr/java/j2re-bla,bla,bla... Note: If you installed from the self extracting instead of the rpm, you migh have installed java in some other directory like /usr/local/. |
| |
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
i need help; LW says please install the new version of java after installing Java | Logan_2468 | Windows | 7 | October 6th, 2009 12:07 AM |
Installing Java | b4k4^ni | General Linux Support | 34 | July 16th, 2007 10:14 PM |
Installing Java | humbertoarte | Windows | 5 | October 11th, 2006 10:25 AM |
Installing Java | m-life | Windows | 2 | March 5th, 2006 01:32 PM |
Installing java | Unregistered | General Linux Support | 1 | March 3rd, 2002 05:29 AM |