| Author |
Install JDK in local machine
|
bobby reddy
Greenhorn
Joined: Nov 05, 2007
Posts: 27
|
|
Hello everyone, I would like to install Eclipse IDE in my local machine. Could any one let me know the step by step procedure to install the JDK? Is there any difference in the JDK versions to run the servlets, JSP, Struts,Hibernate, Spring, Web services? Thanks, bobby
|
 |
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12907
|
|
|
You can download the JDK from Sun's Java SE download page. There are also links to installation instructions on that page.
|
Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
|
 |
bobby reddy
Greenhorn
Joined: Nov 05, 2007
Posts: 27
|
|
Sun's Java SE download page has several downloads:JDK 6 Update 6 and JDK 6 Update 6 with Java EE.Of these which one shall I download in order to execute sample core java and advance java programs? Thanks, bobby
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32599
|
|
If you are a beginner, JDK 6 update 6. Make sure to read the bit about setting the PATH in the installation instructions. You will almost certainly want the "permanent" setting.
|
 |
Rodrigo Tomita
Ranch Hand
Joined: Apr 28, 2008
Posts: 70
|
|
Bobby, Java SE (Standard Edition) is what you need for "sample core java" as you said. However, for the technologies you mentioned in your first message, like JSP, web services, and others, you might want to download Java EE (Enterprise Edition). I would suggest you to take a moment to read the pages at Sun's Java website so you know the difference among the editions and versions of Java. [ May 19, 2008: Message edited by: Rodrigo Tomita ]
|
 |
 |
|
|
subject: Install JDK in local machine
|
|
|