jee sdk without jdk ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • stmfc
    New Member
    • May 2007
    • 65

    jee sdk without jdk ?

    on the web site of sun there is a jee sdk download option like this:
    dowload sdk without jdk? and you can download this binary : java_ee_sdk-5_03-windows-nojdk.exe

    what is the difference between sdk and jdk, i used to think that they refer to the same thing. but then what does an sdk binary with name like
    java_ee_sdk-5_03-windows-nojdk.exe mean?

    i am confused

    here is the link:
    https://sdlc1d.sun.com/ECom/EComActionServl et;jsessionid=B 1E36B57FD403DA3 87CDC5288F61CD2 7
  • dmjpro
    Top Contributor
    • Jan 2007
    • 2476

    #2
    Originally posted by stmfc
    on the web site of sun there is a jee sdk download option like this:
    dowload sdk without jdk? and you can download this binary : java_ee_sdk-5_03-windows-nojdk.exe

    what is the difference between sdk and jdk, i used to think that they refer to the same thing. but then what does an sdk binary with name like
    java_ee_sdk-5_03-windows-nojdk.exe mean?

    i am confused

    here is the link:
    https://sdlc1d.sun.com/ECom/EComActionServl et;jsessionid=B 1E36B57FD403DA3 87CDC5288F61CD2 7
    What i think ... when u download SDK then an editor will come ..but in case of JDK then no editor will come.
    Only you can get Java Compiler and JVM.

    Debasis Jana

    Comment

    • stmfc
      New Member
      • May 2007
      • 65

      #3
      Originally posted by dmjpro
      What i think ... when u download SDK then an editor will come ..but in case of JDK then no editor will come.
      Only you can get Java Compiler and JVM.

      Debasis Jana

      as far as i understand from your comment you say that:
      jdk consist of: compiler and jvm
      sdk consist of: compiler and jvm and an editor


      but the download options are:
      sdk with jdk
      and
      sdk without jdk (in this case do we download only an editor? )

      Comment

      • dmjpro
        Top Contributor
        • Jan 2007
        • 2476

        #4
        Originally posted by stmfc
        as far as i understand from your comment you say that:
        jdk consist of: compiler and jvm
        sdk consist of: compiler and jvm and an editor


        but the download options are:
        sdk with jdk
        and
        sdk without jdk (in this case do we download only an editor? )
        hahahaha ....... right now i getting confused
        aneway download that and let me know what happens .... :)

        Debasis Jana

        Comment

        • JosAH
          Recognized Expert MVP
          • Mar 2007
          • 11453

          #5
          Sun always uses confusing names and version numbers; a JavaEE installation
          always requires a 'Standard Edition' JDK (the runtime plus development tools
          such as the compiler, rmi compiler, jni etc).

          They call it the JSE JDK. The development kit for JEE is named SDK; although
          they used to name the JSE JDK an SDK as well (ary you still with me ;-)

          Most of the time people already have an JSE JDK installed (a 'normal' Java development
          installation) so they don't want it again with the JEE SDK installation. That's what
          those two options are all about.

          kind regards,

          Jos

          Comment

          • dmjpro
            Top Contributor
            • Jan 2007
            • 2476

            #6
            Originally posted by JosAH
            Sun always uses confusing names and version numbers; a JavaEE installation
            always requires a 'Standard Edition' JDK (the runtime plus development tools
            such as the compiler, rmi compiler, jni etc).

            They call it the JSE JDK. The development kit for JEE is named SDK; although
            they used to name the JSE JDK an SDK as well (ary you still with me ;-)

            Most of the time people already have an JSE JDK installed (a 'normal' Java development
            installation) so they don't want it again with the JEE SDK installation. That's what
            those two options are all about.

            kind regards,

            Jos
            Thanks Josh for your kind information .... :)

            Debasis Jana

            Comment

            Working...