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 runtime intranet installation? [found it, sort of]

Java runtime intranet installation? [found it, sort of]

Scheduled Pinned Locked Moved The Lounge
javatutorialhtmlcomsysadmin
63 Posts 18 Posters 67 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.
  • M Marc Clifton

    So, is this[^] the only way to obtain a Java runtime installation package, that doesn't require Internet connectivity? :sigh: Why, oh why, is this so difficult? [edit] I found this[^] link (as Rohde also pointed out) but I can't figure out how to get there from the home page unless Java is not actually already installed. I'm trying really hard here not to criticize the general "we hate Microsoft" community, but this is so friggin' typical of these sites. [/edit] Marc -- modified at 11:17 Monday 2nd July, 2007

    Thyme In The Country
    Interacx
    My Blog

    T Offline
    T Offline
    The Wizard of Doze
    wrote on last edited by
    #6

    Marc Clifton wrote:

    So, is this[^] the only way to obtain a Java runtime installation package, that doesn't require Internet connectivity?

    IIRC, you can download and install it once and just copy the whole directory to other computers. Java apparently needs no registry entries and other configuration settings (JAVA_HOME as environment variable may be useful, though).

    1 Reply Last reply
    0
    • E Ed Poore

      Marc Clifton wrote:

      Why, oh why, is this so difficult?

      Marc Clifton wrote:

      Java

      :rolleyes:


      My Blog

      E Offline
      E Offline
      El Corazon
      wrote on last edited by
      #7

      Ed.Poore wrote:

      :rolleyes:

      I once had a Java person argue that point with me. He even wrote a Java program to prove it was faster and easier than C/C++, when it was done he showed it and said, "see? Java is fast and easy!" I asked, "you did all of that in Java from the ground up?" ... No, he had used Java to call C compiled DLLs.... So Java runs fast and is easy as long as you treat it only as a batch call to C compiled routines.... :doh:

      _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

      E R 2 Replies Last reply
      0
      • E El Corazon

        Ed.Poore wrote:

        :rolleyes:

        I once had a Java person argue that point with me. He even wrote a Java program to prove it was faster and easier than C/C++, when it was done he showed it and said, "see? Java is fast and easy!" I asked, "you did all of that in Java from the ground up?" ... No, he had used Java to call C compiled DLLs.... So Java runs fast and is easy as long as you treat it only as a batch call to C compiled routines.... :doh:

        _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

        E Offline
        E Offline
        Ed Poore
        wrote on last edited by
        #8

        :laugh:


        My Blog

        1 Reply Last reply
        0
        • M Marc Clifton

          So, is this[^] the only way to obtain a Java runtime installation package, that doesn't require Internet connectivity? :sigh: Why, oh why, is this so difficult? [edit] I found this[^] link (as Rohde also pointed out) but I can't figure out how to get there from the home page unless Java is not actually already installed. I'm trying really hard here not to criticize the general "we hate Microsoft" community, but this is so friggin' typical of these sites. [/edit] Marc -- modified at 11:17 Monday 2nd July, 2007

          Thyme In The Country
          Interacx
          My Blog

          R Offline
          R Offline
          Rohde
          wrote on last edited by
          #9

          What about just downloading the offline installation package? Download Java Software[^]


          "When you have made evil the means of survival, do not expect men to remain good. Do not expect them to stay moral and lose their lives for the purpose of becoming the fodder of the immoral. Do not expect them to produce, when production is punished and looting rewarded. Do not ask, `Who is destroying the world?' You are."
          -Atlas Shrugged, Ayn Rand

          M 1 Reply Last reply
          0
          • E El Corazon

            Ed.Poore wrote:

            :rolleyes:

            I once had a Java person argue that point with me. He even wrote a Java program to prove it was faster and easier than C/C++, when it was done he showed it and said, "see? Java is fast and easy!" I asked, "you did all of that in Java from the ground up?" ... No, he had used Java to call C compiled DLLs.... So Java runs fast and is easy as long as you treat it only as a batch call to C compiled routines.... :doh:

            _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

            R Offline
            R Offline
            Rohde
            wrote on last edited by
            #10

            Java is easier than C/C++. It might not be faster than C++ in many situation, but in many many situations it's fast enough. You should all thank Java; withouth it MS fanboys would have one less thing to bash.


            "When you have made evil the means of survival, do not expect men to remain good. Do not expect them to stay moral and lose their lives for the purpose of becoming the fodder of the immoral. Do not expect them to produce, when production is punished and looting rewarded. Do not ask, `Who is destroying the world?' You are."
            -Atlas Shrugged, Ayn Rand

            E M 2 Replies Last reply
            0
            • R Rohde

              Java is easier than C/C++. It might not be faster than C++ in many situation, but in many many situations it's fast enough. You should all thank Java; withouth it MS fanboys would have one less thing to bash.


              "When you have made evil the means of survival, do not expect men to remain good. Do not expect them to stay moral and lose their lives for the purpose of becoming the fodder of the immoral. Do not expect them to produce, when production is punished and looting rewarded. Do not ask, `Who is destroying the world?' You are."
              -Atlas Shrugged, Ayn Rand

              E Offline
              E Offline
              El Corazon
              wrote on last edited by
              #11

              Rohde wrote:

              but in many many situations it's fast enough

              True, but the right tool for the right job. Does a Java programmer switch to C++ when performance drops? No, he suggests buying a faster machine. I've heard that from my team too, don't performance program, suggest faster hardware.... :doh:

              _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

              R E 2 Replies Last reply
              0
              • R Rohde

                Java is easier than C/C++. It might not be faster than C++ in many situation, but in many many situations it's fast enough. You should all thank Java; withouth it MS fanboys would have one less thing to bash.


                "When you have made evil the means of survival, do not expect men to remain good. Do not expect them to stay moral and lose their lives for the purpose of becoming the fodder of the immoral. Do not expect them to produce, when production is punished and looting rewarded. Do not ask, `Who is destroying the world?' You are."
                -Atlas Shrugged, Ayn Rand

                M Offline
                M Offline
                Matt Newman
                wrote on last edited by
                #12

                Rohde wrote:

                Java is easier than C/C++.

                Thats opinion not fact, I personally think c++ is easier.

                Rohde wrote:

                You should all thank Java; withouth it MS fanboys would have one less thing to bash.

                How many times has Microsoft been mentioned so far in this thread? Twice, and it was you who brought it up.

                Please visit http://www.readytogiveup.com/ and do something special today.

                -Matt Newman

                R 1 Reply Last reply
                0
                • M Marc Clifton

                  So, is this[^] the only way to obtain a Java runtime installation package, that doesn't require Internet connectivity? :sigh: Why, oh why, is this so difficult? [edit] I found this[^] link (as Rohde also pointed out) but I can't figure out how to get there from the home page unless Java is not actually already installed. I'm trying really hard here not to criticize the general "we hate Microsoft" community, but this is so friggin' typical of these sites. [/edit] Marc -- modified at 11:17 Monday 2nd July, 2007

                  Thyme In The Country
                  Interacx
                  My Blog

                  M Offline
                  M Offline
                  Matt Newman
                  wrote on last edited by
                  #13

                  Marc Clifton wrote:

                  Why, oh why, is this so difficult?

                  I tried running the 64-bit version on my desktop for school work (yes I have had to do java for school :mad: ). I took me forever to get anything to run, and when I did get it running it wasn't stable.

                  Please visit http://www.readytogiveup.com/ and do something special today.

                  -Matt Newman

                  1 Reply Last reply
                  0
                  • E El Corazon

                    Rohde wrote:

                    but in many many situations it's fast enough

                    True, but the right tool for the right job. Does a Java programmer switch to C++ when performance drops? No, he suggests buying a faster machine. I've heard that from my team too, don't performance program, suggest faster hardware.... :doh:

                    _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

                    R Offline
                    R Offline
                    Rohde
                    wrote on last edited by
                    #14

                    El Corazon wrote:

                    True, but the right tool for the right job.

                    I totally agree. I don't program in Java myself but I've found it to be good enough in those few situations I've encountered it.


                    "When you have made evil the means of survival, do not expect men to remain good. Do not expect them to stay moral and lose their lives for the purpose of becoming the fodder of the immoral. Do not expect them to produce, when production is punished and looting rewarded. Do not ask, `Who is destroying the world?' You are."
                    -Atlas Shrugged, Ayn Rand

                    1 Reply Last reply
                    0
                    • M Matt Newman

                      Rohde wrote:

                      Java is easier than C/C++.

                      Thats opinion not fact, I personally think c++ is easier.

                      Rohde wrote:

                      You should all thank Java; withouth it MS fanboys would have one less thing to bash.

                      How many times has Microsoft been mentioned so far in this thread? Twice, and it was you who brought it up.

                      Please visit http://www.readytogiveup.com/ and do something special today.

                      -Matt Newman

                      R Offline
                      R Offline
                      Rohde
                      wrote on last edited by
                      #15

                      Matt Newman wrote:

                      Thats opinion not fact, I personally think c++ is easier.

                      I don't agree. Some of Java features simply makes some stuff much easier than C++, and honestly I think a majority of programmers would agree. That doesn't mean Java is better than C++ but it means that the disrespect for Java's influence on the development ecosystem is not just misplaced but lauhghable (and I'm not even a Java programmer!)

                      Matt Newman wrote:

                      How many times has Microsoft been mentioned so far in this thread? Twice, and it was you who brought it up.

                      It's fact that most of you guys feel so great if you can diss Java (and VB). Herd mentality just sucks.


                      "When you have made evil the means of survival, do not expect men to remain good. Do not expect them to stay moral and lose their lives for the purpose of becoming the fodder of the immoral. Do not expect them to produce, when production is punished and looting rewarded. Do not ask, `Who is destroying the world?' You are."
                      -Atlas Shrugged, Ayn Rand

                      L 1 Reply Last reply
                      0
                      • R Rohde

                        What about just downloading the offline installation package? Download Java Software[^]


                        "When you have made evil the means of survival, do not expect men to remain good. Do not expect them to stay moral and lose their lives for the purpose of becoming the fodder of the immoral. Do not expect them to produce, when production is punished and looting rewarded. Do not ask, `Who is destroying the world?' You are."
                        -Atlas Shrugged, Ayn Rand

                        M Offline
                        M Offline
                        Marc Clifton
                        wrote on last edited by
                        #16

                        Rohde wrote:

                        What about just downloading the offline installation package?

                        Finally found that link a bit ago too. Under "not your operating system". Sigh. That was obvious. Marc

                        Thyme In The Country
                        Interacx
                        My Blog

                        R 1 Reply Last reply
                        0
                        • R Rohde

                          Matt Newman wrote:

                          Thats opinion not fact, I personally think c++ is easier.

                          I don't agree. Some of Java features simply makes some stuff much easier than C++, and honestly I think a majority of programmers would agree. That doesn't mean Java is better than C++ but it means that the disrespect for Java's influence on the development ecosystem is not just misplaced but lauhghable (and I'm not even a Java programmer!)

                          Matt Newman wrote:

                          How many times has Microsoft been mentioned so far in this thread? Twice, and it was you who brought it up.

                          It's fact that most of you guys feel so great if you can diss Java (and VB). Herd mentality just sucks.


                          "When you have made evil the means of survival, do not expect men to remain good. Do not expect them to stay moral and lose their lives for the purpose of becoming the fodder of the immoral. Do not expect them to produce, when production is punished and looting rewarded. Do not ask, `Who is destroying the world?' You are."
                          -Atlas Shrugged, Ayn Rand

                          L Offline
                          L Offline
                          led mike
                          wrote on last edited by
                          #17

                          Rohde wrote:

                          It's fact that most of you guys feel so great if you can diss Java (and VB). Herd mentality just sucks.

                          Tell your sob story to your garbage collector... you can't handle the memory management... you best stop now script kiddie or you might end up having pointer nightmares.

                          R 1 Reply Last reply
                          0
                          • M Marc Clifton

                            Rohde wrote:

                            What about just downloading the offline installation package?

                            Finally found that link a bit ago too. Under "not your operating system". Sigh. That was obvious. Marc

                            Thyme In The Country
                            Interacx
                            My Blog

                            R Offline
                            R Offline
                            Rohde
                            wrote on last edited by
                            #18

                            Yeah, it's a bit strange I agree - I think it's because they are trying to install it automatically on your system, and if you've already got it installed (as in your case) it can be a puzzle finding the download package.


                            "When you have made evil the means of survival, do not expect men to remain good. Do not expect them to stay moral and lose their lives for the purpose of becoming the fodder of the immoral. Do not expect them to produce, when production is punished and looting rewarded. Do not ask, `Who is destroying the world?' You are."
                            -Atlas Shrugged, Ayn Rand

                            1 Reply Last reply
                            0
                            • L led mike

                              Rohde wrote:

                              It's fact that most of you guys feel so great if you can diss Java (and VB). Herd mentality just sucks.

                              Tell your sob story to your garbage collector... you can't handle the memory management... you best stop now script kiddie or you might end up having pointer nightmares.

                              R Offline
                              R Offline
                              Rohde
                              wrote on last edited by
                              #19

                              Thanks for the concern :-D but I don't program in Java. I do program in C# though which has a GC, but I also program quite a lot in C++ and I have no problem with manual memory management, but it's still a waste of my time doing manuel memory management if I don't really need the speed it buys me - it's more useful spending time domain programming/modelling. But hey I guess some of you need the ego boost you get from new/delete/RAII and other idioms.


                              "When you have made evil the means of survival, do not expect men to remain good. Do not expect them to stay moral and lose their lives for the purpose of becoming the fodder of the immoral. Do not expect them to produce, when production is punished and looting rewarded. Do not ask, `Who is destroying the world?' You are."
                              -Atlas Shrugged, Ayn Rand

                              L 1 Reply Last reply
                              0
                              • R Rohde

                                Thanks for the concern :-D but I don't program in Java. I do program in C# though which has a GC, but I also program quite a lot in C++ and I have no problem with manual memory management, but it's still a waste of my time doing manuel memory management if I don't really need the speed it buys me - it's more useful spending time domain programming/modelling. But hey I guess some of you need the ego boost you get from new/delete/RAII and other idioms.


                                "When you have made evil the means of survival, do not expect men to remain good. Do not expect them to stay moral and lose their lives for the purpose of becoming the fodder of the immoral. Do not expect them to produce, when production is punished and looting rewarded. Do not ask, `Who is destroying the world?' You are."
                                -Atlas Shrugged, Ayn Rand

                                L Offline
                                L Offline
                                led mike
                                wrote on last edited by
                                #20

                                Rohde wrote:

                                but it's still a waste of my time doing manuel memory management if I don't really need the speed it buys me - it's more useful spending time domain programming/modelling. But hey I guess some of you need the ego boost you get from new/delete/RAII and other idioms.

                                Ah.... you are a true visionary :rolleyes: The free lunch is OVER script kiddies days are numbered :-D :jig: :jig: :-D

                                R T S 3 Replies Last reply
                                0
                                • M Marc Clifton

                                  So, is this[^] the only way to obtain a Java runtime installation package, that doesn't require Internet connectivity? :sigh: Why, oh why, is this so difficult? [edit] I found this[^] link (as Rohde also pointed out) but I can't figure out how to get there from the home page unless Java is not actually already installed. I'm trying really hard here not to criticize the general "we hate Microsoft" community, but this is so friggin' typical of these sites. [/edit] Marc -- modified at 11:17 Monday 2nd July, 2007

                                  Thyme In The Country
                                  Interacx
                                  My Blog

                                  T Offline
                                  T Offline
                                  Taka Muraoka
                                  wrote on last edited by
                                  #21

                                  Marc Clifton wrote:

                                  I can't figure out how to get there from the home page unless Java is not actually already installed.

                                  It's the first Google search result for "jre download" :rolleyes: I always keep a copy of the offline installer so I don't have to keep re-downloading the damn thing so I wasn't aware there was any other kind.


                                  I enjoy occasionally wandering around randomly, and often find that when I do so, I get to where I wanted to be [^]. Awasu 2.3 [^]: A free RSS/Atom feed reader with support for Code Project. 50% discount on the paid editions for CP members!

                                  M 1 Reply Last reply
                                  0
                                  • L led mike

                                    Rohde wrote:

                                    but it's still a waste of my time doing manuel memory management if I don't really need the speed it buys me - it's more useful spending time domain programming/modelling. But hey I guess some of you need the ego boost you get from new/delete/RAII and other idioms.

                                    Ah.... you are a true visionary :rolleyes: The free lunch is OVER script kiddies days are numbered :-D :jig: :jig: :-D

                                    R Offline
                                    R Offline
                                    Rohde
                                    wrote on last edited by
                                    #22

                                    led mike wrote:

                                    The free lunch is OVER script kiddies days are numbere

                                    I agree. Multi-threaded development is the next "hurdle" for us, and the last couple of years with threaded programming in especially Java and C# has shown that it is way more complex than first envisioned. Many people are really underestimating the difficulties of multi threaded programming - this was also evident in the Java 5 release where the thread model was totally revamped. And it is a disaster that we are still waiting for support for multi threaded programming in the C++ standard library.


                                    "When you have made evil the means of survival, do not expect men to remain good. Do not expect them to stay moral and lose their lives for the purpose of becoming the fodder of the immoral. Do not expect them to produce, when production is punished and looting rewarded. Do not ask, `Who is destroying the world?' You are."
                                    -Atlas Shrugged, Ayn Rand

                                    E L P 3 Replies Last reply
                                    0
                                    • R Rohde

                                      led mike wrote:

                                      The free lunch is OVER script kiddies days are numbere

                                      I agree. Multi-threaded development is the next "hurdle" for us, and the last couple of years with threaded programming in especially Java and C# has shown that it is way more complex than first envisioned. Many people are really underestimating the difficulties of multi threaded programming - this was also evident in the Java 5 release where the thread model was totally revamped. And it is a disaster that we are still waiting for support for multi threaded programming in the C++ standard library.


                                      "When you have made evil the means of survival, do not expect men to remain good. Do not expect them to stay moral and lose their lives for the purpose of becoming the fodder of the immoral. Do not expect them to produce, when production is punished and looting rewarded. Do not ask, `Who is destroying the world?' You are."
                                      -Atlas Shrugged, Ayn Rand

                                      E Offline
                                      E Offline
                                      El Corazon
                                      wrote on last edited by
                                      #23

                                      Rohde wrote:

                                      And it is a disaster that we are still waiting for support for multi threaded programming in the C++ standard library.

                                      are you also waiting for 3D/4D graphics support in the C++ standard library? stereo sound, perhaps even 7.1 stereo sound? I know it would be nice to have the language do everything for you, but it isn't going to happen. When you try to make everything too easy, you get code bloat from the complexity internal to making it easier. This is actually why the problems with Java. OpenMP has been around for a long time, and is available on most platforms, if you don't want that, there are Operating system level threading. Everything is there for threading right now. But there is no magic bullet that will *poof* make all your software automatically massively parallel, efficient, and never worry about reentrancy. Yes, I think the C++ standard library should focus on rentrant code, I think all libraries should -- we've seen the end of the single core. But there will ever be a point where you end up going to a 3rd party library or a platform specific one, because there is always something new. OpenMP is one of the easier methods of multi-threaded programming, it seems complex because it has so many options. But that is the point, you can parallelize a for loop to many cores, and/or run asynchronous threads, choice allows you the power to parallelize efficiently once you learn the tools. If you are waiting for everyone to do that learning for you and then offer you a magical construct that self-parallelizes your code, you have a very long wait.

                                      _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

                                      R 1 Reply Last reply
                                      0
                                      • M Marc Clifton

                                        So, is this[^] the only way to obtain a Java runtime installation package, that doesn't require Internet connectivity? :sigh: Why, oh why, is this so difficult? [edit] I found this[^] link (as Rohde also pointed out) but I can't figure out how to get there from the home page unless Java is not actually already installed. I'm trying really hard here not to criticize the general "we hate Microsoft" community, but this is so friggin' typical of these sites. [/edit] Marc -- modified at 11:17 Monday 2nd July, 2007

                                        Thyme In The Country
                                        Interacx
                                        My Blog

                                        A Offline
                                        A Offline
                                        Antony M Kancidrowski
                                        wrote on last edited by
                                        #24

                                        :laugh: Do either of these shortcuts help Marc? Online version: http://javadl.sun.com/webapps/download/AutoDL?BundleId=11145[^] Offline version: http://javadl.sun.com/webapps/download/AutoDL?BundleId=11193[^]

                                        Ant. I'm hard, yet soft.
                                        I'm coloured, yet clear.
                                        I'm fruity and sweet.
                                        I'm jelly, what am I? Muse on it further, I shall return!
                                        - David Walliams (Little Britain)

                                        1 Reply Last reply
                                        0
                                        • E El Corazon

                                          Rohde wrote:

                                          And it is a disaster that we are still waiting for support for multi threaded programming in the C++ standard library.

                                          are you also waiting for 3D/4D graphics support in the C++ standard library? stereo sound, perhaps even 7.1 stereo sound? I know it would be nice to have the language do everything for you, but it isn't going to happen. When you try to make everything too easy, you get code bloat from the complexity internal to making it easier. This is actually why the problems with Java. OpenMP has been around for a long time, and is available on most platforms, if you don't want that, there are Operating system level threading. Everything is there for threading right now. But there is no magic bullet that will *poof* make all your software automatically massively parallel, efficient, and never worry about reentrancy. Yes, I think the C++ standard library should focus on rentrant code, I think all libraries should -- we've seen the end of the single core. But there will ever be a point where you end up going to a 3rd party library or a platform specific one, because there is always something new. OpenMP is one of the easier methods of multi-threaded programming, it seems complex because it has so many options. But that is the point, you can parallelize a for loop to many cores, and/or run asynchronous threads, choice allows you the power to parallelize efficiently once you learn the tools. If you are waiting for everyone to do that learning for you and then offer you a magical construct that self-parallelizes your code, you have a very long wait.

                                          _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

                                          R Offline
                                          R Offline
                                          Rohde
                                          wrote on last edited by
                                          #25

                                          You do know that threading will be part of C++0x, right? This is not about "everyone to do that learning for me" but about C++ having support for threading built in. Pretty much everybody on the C++ committee agree that the lack of threading support is a major problem for C++. But hey, why don't we just code in assembler?


                                          "When you have made evil the means of survival, do not expect men to remain good. Do not expect them to stay moral and lose their lives for the purpose of becoming the fodder of the immoral. Do not expect them to produce, when production is punished and looting rewarded. Do not ask, `Who is destroying the world?' You are."
                                          -Atlas Shrugged, Ayn Rand

                                          E 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