Java Question
Results 1 to 4 of 4

Thread: Java Question

  1. #1
    Join Date
    Jun 2002
    Location
    Canada
    Posts
    766

    Java Question

    I was just checking in my ADD/REMOVE programs and I noticed that there are 3 entries for JAVA ....

    J2SE Runtime Environment 5.0 Update 7
    J2SE Runtime Environment 5.0 Update 8
    J2SE Runtime Environment 5.0 Update 9

    can I safely uninstall Update 7 and Update 8 ? ...

  2. #2
    Join Date
    Apr 2001
    Location
    Ogdensburg,NY USA
    Posts
    4,535
    The consinsous is; yes you can delete the older entries. But, personally, if they're not hurting anything, I'd leave them.
    The true test of character is not how much we
    know how to do, but how we behave when we don't know what to do

  3. #3
    Join Date
    Feb 2001
    Location
    Adelaide, South Australia
    Posts
    6,447
    You can, and probably should -- if nothing else, each one is about 70 MB.

    Some badly written Java apps require a specific revision of the JRE to run, so by default when you install one it leaves all the existing versions on the system. Unless you have one of those apps (most people don't), you should uninstall the old one yourself because otherwise software can choose to run under an old version and have access to the vulnerabilities in it.

    If you do get stuck with an app that requires a specific version, you can always just reinstall that JRE revision later.
    Safe computing is a habit, not a toolkit.

  4. #4
    Join Date
    Jun 2002
    Location
    Canada
    Posts
    766
    thank you .... gonna head on over to the control panel and do some removing ...

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •