DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 4 of 4

Thread: Jdk J2se J2ee

  1. #1
    Join Date
    Apr 2005
    Posts
    1

    Jdk J2se J2ee

    Whats the relationship among JDK J2SE and J2EE
    I'm trying to read up on the Sun's website and its just a bunch of jargon and not really helpful for people starting out. They almost seem to use JDK and J2SE interchangably - I would have thought they'd be the same thing except that there's a different download for each.

    Right now I've downloaded JDK 1.5, J2SE 1.4.2 and J2EE 1.4

    Can someone try to help me make sense of all this.
    I eventually wanna start programming JSP/servlets.

    Thanks

  2. #2
    Join Date
    Jan 2005
    Posts
    45
    Hello,
    • JVM (Java virtual Machine): The program that executes java programs (actually java's bytecode) on a computer.
    • JRE (Java Runtime Environement): The kit that is to be installed on a computer to RUN java programs. The JRE contains mainly a JVM and Java standard librairies.
    • JDK (Java developement Kit): The kit that is to be installed on a computer to DEVELOP java programs/applets.
    • J2EE (Java 2 Platform, Enterprise Edition): The kit that is to be installed on a computer to DEVELOP 3-tiers java programs (in other words, JDK for web based application).
    I hope that will definitely clarify all this acronyms !

    Best regards,
    Lionel Badiou
    CodeFutures -
    Java Code Generation

    http://www.codefutures.com



  3. #3
    Join Date
    Jan 2005
    Posts
    45
    Hello again

    To complete my previous answer :

    Sun delivers J2SE (Java 2, Standard edition) in the form of J2SE Development Kit (JDK) and an associated Java Runtime Environment (JRE).
    That is a bit confusing indeed because, as far as I know, all JDK comes with a JRE...

    Hope that helps,
    Lionel Badiou
    CodeFutures -
    Java Code Generation

    http://www.codefutures.com



  4. #4
    Join Date
    Nov 2004
    Location
    Norway
    Posts
    1,560
    And you could aquire Eclipse (visual java development), after you
    have made your first successful "hello world" application (++),
    I beleive its free. I use JBuilder myself but they want money, of course.
    Last edited by sjalle; 04-20-2005 at 03:59 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links