Results 1 to 4 of 4

Thread: Which compiler do I download?

  1. #1

    Thread Starter
    Hyperactive Member voidflux's Avatar
    Join Date
    Jun 2003
    Location
    Brockway, PA
    Posts
    290

    Which compiler do I download?

    Hello everyone, i'm new to Java and i'm alittle confused on some issues. For instance, I want to get the feel for programming in java before my next semester class, which is Object Oriented Design using java. But when i got to sun's website I see compilers for J2EE 1.4 SDK, and its talking about Java 2, etc. What is the difference between Java and Java 2? is it like C and C++? And what are some good resources to start learning java? I"m not new to programming, i'm pretty good with C++ so this souldnt' be that difficult. Thanks guys!
    C¤ry Sanchez
    Computer Science/Engineering
    @ Penn State
    IBM.zSeries Intern
    Mandriva 2007

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    Java2 is Java, in version 1.2 or higher. Note that almost nobody uses Java 1.0 or 1.1 anymore, the majority uses Java 1.3 or 1.4.
    1.5 is the newest (not sure if it's even left Beta stage).

    Then there are the three flavours:
    J2SE, J2ME, J2EE.

    J2ME is the micro edition, for cell phones and such.

    J2SE is the standard edition, that's what you want for most stuff.

    J2EE is the enterprise edition, which is SE + web service, servlet etc. stuff.


    What you want (since you're probably not going to use Java 1.5 in your class) is the J2SE 1.4 SDK.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  3. #3
    Lively Member
    Join Date
    Nov 2002
    Posts
    70
    Java has gone through 5 major versions (JDK 1.0, 1.1, 1.2, Java2 SDK or 1.3, and now 1.4). Each one is a later version of the other one, that's all.

    You will most likely need J2SE 1.4. J2EE is good for enterprise or large-scale distributed commercial applications. There's also J2ME for tiny devices like Palms, cell phones, etc..

    Good luck!!
    "never trouble trouble til trouble troubles you"

  4. #4

Posting Permissions

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



Click Here to Expand Forum to Full Width