This week's book giveaways are in the JBoss and Spring forums.
We're giving away four copies each of JBoss AS 5 Development and Spring Dynamic Modules in Action and have the authors on-line!
See this thread and this one for details.
[Logo] JavaRanch » JavaRanch Saloon
  Search | FAQ | Recent Topics | Hot Topics
Register / Login


Win a copy of JBoss AS 5 Development this week in the JBoss forum
or Spring Dynamic Modules in Action in the Spring forum!
Reply Bookmark it! Watch this topic JavaRanch » Forums » Java » Beginning Java
 
RSS feed
 
New topic
Author

Embarrassing Download questions

Kevin Given
Greenhorn

Joined: Jun 20, 2009
Messages: 3

Hi guys,

I started programming about a year ago in C and now I've started java too. The problem is my book, Head First Java (O'Reilly Edition) doesn't tell me exactly what to download. It says go to Java.Sun.com and download J2SE, or a newer version of Java. There wasn't anything called J2SE.

-Would this be good: JRE or JDK 6, 5.0, or 1.4.2?
-And would a download like that include a JVM and Compiler?
-Also, I was just wondering if there are any free versions out there, even if i have to use 5.0. I looked on Java.Sun.com and I'm pretty sure you have to pay, thought i don't know how much...
Chitta Ranjan Mahato
Ranch Hand

Joined: Jun 20, 2009
Messages: 35

hello
use jdk 1.6
links to download jdk is java.sun.com/javase/downloads/index.jsp


enjoy
Ernest Friedman-Hill
author
Sheriff

Joined: Jul 08, 2003
Messages: 20990

Hi Kevin,

Welcome to JavaRanch!

All of Sun's JDKs (Java Developer's Kit, which includes the compiler and other tools) and JREs (Java Runtime Environment, which is just the runtime for end-users) have always been free.

[Jess in Action][My Art][AskingGoodQuestions]
Kevin Given
Greenhorn

Joined: Jun 20, 2009
Messages: 3

o great guys,
thank you very much. Your right it's free, and a quick download
Rob Prime
Bartender

Joined: Oct 27, 2005
Messages: 8261

Kevin Given wrote:It says go to Java.Sun.com and download J2SE, or a newer version of Java. There wasn't anything called J2SE.

J2SE is now called Java SE, just like J2ME is now Java ME and J2EE is now Java EE. I believe this name change happened when Java 5.0 was released.

SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
Mike Simmons
Ranch Hand

Joined: Mar 05, 2008
Messages: 904

Hm... given the title, I was hoping for something much more colorful. Still, glad to see it's sorted out now.
 
 
 
Reply Bookmark it! Watch this topic JavaRanch » Forums » Java » Beginning Java
 
RSS feed
 
New topic
replay challenge