Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Beginning Java and the fly likes jdk1.3 or j2ee? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "jdk1.3 or j2ee?" Watch "jdk1.3 or j2ee?" New topic
Author

jdk1.3 or j2ee?

Anonymous
Ranch Hand

Joined: Nov 22, 2008
Posts: 18944
Hi I am totally confused? In order to compiple java programs, Should I download both ot just j2ee is enough? (I guess I need to download j2ee inorder to develop servlets) Please can anybody tell me should I also need jdk1.3 too?
paul wheaton
Trailboss

Joined: Dec 14, 1998
Posts: 19672
    ∞

The J2EE is an add on.
If you want to write regular programs, start with just the JDK standard edition. After you have some experience with that, then you can move on to the J2EE stuff.


permaculture forums
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: jdk1.3 or j2ee?
 
Similar Threads
copy j2ee's jar files into jdk1.3
Java2 vs Java4
software needed for SCWCD
I am brand new to EJB
Compiling Servlets?