Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Java runtimes

Java runtimes

Scheduled Pinned Locked Moved The Lounge
csharpjavadotnetquestionannouncement
11 Posts 6 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Dan Neely

    I've got 3 versions installed on my PC atm: 6 update 5, 5 update 15, and 5 update 9. Do I need to keep all three of them around like the .net framework, or can I slag the older pair off to free up space?

    The latest nation. Procrastination.

    R Offline
    R Offline
    Rage
    wrote on last edited by
    #2

    Curious you mentioned that, I had the same problem yesterday and finally only kept the last version ( I decided the java scheduler would be smart enough to redownload the updates if they were really necessary). So far, so good, but I can only tell for my machine.

    1 Reply Last reply
    0
    • D Dan Neely

      I've got 3 versions installed on my PC atm: 6 update 5, 5 update 15, and 5 update 9. Do I need to keep all three of them around like the .net framework, or can I slag the older pair off to free up space?

      The latest nation. Procrastination.

      1 Offline
      1 Offline
      1 21 Gigawatts
      wrote on last edited by
      #3

      dan neely wrote:

      or can I slag the older pair off

      You useless pathetic slow code you!

      "...great scott!" Dilbert: Aren't all meetings like this... Richard Dawkins: "What if you're wrong?"

      1 Reply Last reply
      0
      • D Dan Neely

        I've got 3 versions installed on my PC atm: 6 update 5, 5 update 15, and 5 update 9. Do I need to keep all three of them around like the .net framework, or can I slag the older pair off to free up space?

        The latest nation. Procrastination.

        M Offline
        M Offline
        Mark_Wallace
        wrote on last edited by
        #4

        Unless you've set individual programs to point at specific versions (not normally necessary with Windows, but you never know), you can get rid of all but the most recent.

        I wanna be a eunuchs developer! Pass me a bread knife!

        D 1 Reply Last reply
        0
        • M Mark_Wallace

          Unless you've set individual programs to point at specific versions (not normally necessary with Windows, but you never know), you can get rid of all but the most recent.

          I wanna be a eunuchs developer! Pass me a bread knife!

          D Offline
          D Offline
          Dan Neely
          wrote on last edited by
          #5

          I haven't, is this something (ir)rational software could do for itself when installing? If so how can I find out?

          The latest nation. Procrastination.

          S M 2 Replies Last reply
          0
          • D Dan Neely

            I haven't, is this something (ir)rational software could do for itself when installing? If so how can I find out?

            The latest nation. Procrastination.

            S Offline
            S Offline
            Sebastian Schneider
            wrote on last edited by
            #6

            If software brings it own version of the runtime, it is usually stored in a subdirectory of the applications main directory, most probably named "JRE" or similar.

            Cheers, Sebastian -- "If it was two men, the non-driver would have challenged the driver to simply crash through the gates. The macho image thing, you know." - Marc Clifton

            1 Reply Last reply
            0
            • D Dan Neely

              I've got 3 versions installed on my PC atm: 6 update 5, 5 update 15, and 5 update 9. Do I need to keep all three of them around like the .net framework, or can I slag the older pair off to free up space?

              The latest nation. Procrastination.

              V Offline
              V Offline
              Vikram A Punathambekar
              wrote on last edited by
              #7

              I believe Webstart requires a specific version be installed for it to work. For instance, if it expects version 5 and only version 6 is installed, it will fail. :wtf:

              Cheers, Vikram. (Proud to have finally cracked a CCC!)

              D 1 Reply Last reply
              0
              • V Vikram A Punathambekar

                I believe Webstart requires a specific version be installed for it to work. For instance, if it expects version 5 and only version 6 is installed, it will fail. :wtf:

                Cheers, Vikram. (Proud to have finally cracked a CCC!)

                D Offline
                D Offline
                Dan Neely
                wrote on last edited by
                #8

                Won't the same thing happen if you force a .net app to run on a specific framework version?

                The latest nation. Procrastination.

                V 1 Reply Last reply
                0
                • D Dan Neely

                  Won't the same thing happen if you force a .net app to run on a specific framework version?

                  The latest nation. Procrastination.

                  V Offline
                  V Offline
                  Vikram A Punathambekar
                  wrote on last edited by
                  #9

                  This may be a stupid question... but can you actually specify a runtime version for a .NET app? I thought all .NET apps would run as long as the runtime for the version they were built on, or anything higher, was available. All my apps have been LOB apps used within my own company and the environment is highly controlled, so I've never encountered this issue.

                  Cheers, Vikram. (Proud to have finally cracked a CCC!)

                  D 1 Reply Last reply
                  0
                  • V Vikram A Punathambekar

                    This may be a stupid question... but can you actually specify a runtime version for a .NET app? I thought all .NET apps would run as long as the runtime for the version they were built on, or anything higher, was available. All my apps have been LOB apps used within my own company and the environment is highly controlled, so I've never encountered this issue.

                    Cheers, Vikram. (Proud to have finally cracked a CCC!)

                    D Offline
                    D Offline
                    Dan Neely
                    wrote on last edited by
                    #10

                    Sort of. This MSDN doc implies that the tag only works to force the 1.0 framework, but I've never tried it; and they don't make it clear what happens if none of the supported frameworks are installed. It's not something I've ever messed with myself. http://msdn.microsoft.com/en-us/library/a5dzwzc9%28VS.100%29.aspx[^]

                    The latest nation. Procrastination.

                    1 Reply Last reply
                    0
                    • D Dan Neely

                      I haven't, is this something (ir)rational software could do for itself when installing? If so how can I find out?

                      The latest nation. Procrastination.

                      M Offline
                      M Offline
                      Mark_Wallace
                      wrote on last edited by
                      #11

                      As Sebastian said, if a prog needs a specific version, it normally installs it in its own directory. That's very common in the open-source community -- I wanted to try out Knowledge Tree, recently, so I installed it, only to find that it installed Open Office (the whole thing!) in a subdirectory. It didn't bother to find out that I already have OO installed. Open soresers live in a world of their own, they really do. You'd know if you'd had to point at a specific version, so it's safe to assume you haven't. If anything doesn't work right afterward (doesn't work any worse than normal, that is), you can always bang the required version back in.

                      I wanna be a eunuchs developer! Pass me a bread knife!

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups