I want to update java because the "firefox plugin check" says mine is vulnerable and to update immediately - the thing is I have tried this in the past with no success. I have followed the self-extracting file directions I printed below but it says i'm using the old one still when I'm done. Is it because I have to set a new $PATH (if so how) or is it because its not installed in the right directory or do i have to get rid of the old one first? what's confusing is which one is the right one. jre-6u28 (old udate) is in my firefox directory and /etc and other directories have sim links or other jre files - I am a noob and unfamiliar with this type of thing. the question is in what directory as root do I run the self-extracting file for a system wide installation, also does anything need to be done prior or after running the self-extracting bin file. lastly if anyone can give me or direct me to good tutorial on how to understand where and how to do non-package manager installations and updates I think I need to understand how my environment/PATH and sim links work and what directories should hold what files/programs genrally. anyway the last part may be asking too much so if it is the java update is the main thing. thanx in advance . I'm using MINT 11 Katya
-------------------------------------------------------------------------------------------------------------------------------
To install the Linux (self-extracting) file
Follow these instructions:
Change the permission of the file you downloaded to be executable. Type:
chmod a+x jre-6u<version>-linux-i586.bin
Verify that you have permission to execute the file. Type:
ls -l
Make sure the installation file has executable permission
Change to the directory in which you want to install. Type:
cd <directory path name>
For example, to install the software in the /usr/java/ directory, Type:
cd /usr/java/
Note about root access: To install Java in a system-wide location such as /usr/local, you must login as the root user to gain the necessary permissions. If you do not have root access, install the Java in your home directory or a subdirectory for which you have write permissions.
Run the self-extracting binary Type:
./jre-6u<version>-linux-i586.bin
The license agreement is displayed. Review the agreement. Press the spacebar to display the next page. At the end, enter yes to proceed with the installation.
Java is installed into its own directory. In this example, it is installed in the /usr/java/jre1.6.0_<version> directory. When the installation has completed, you will see the word Done.
The installation completes
Verify that the jre1.6.0_<version> sub-directory is listed under the current directory. Type:
ls
Verify the installation filename
The installation is now complete. Skip to the Enable and Configure section.









