Author
What's the best Eclipse book for beginner?
liqiang yang
Ranch Hand
Joined: Jan 20, 2008
Posts: 92
Hi guys, I am newbie at J2EE development. I want to find a free IDE to learn it. Is anybody know where I can start (books, sample projects). Thanks alot .
DY.
SCJP 5.0 (100%), SCWCD 5.0 (79%), SCBCD 5.0 (preparing...)
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12929
I would start with the Help that is included in Eclipse, it contains a lot of information about using Eclipse. There is a list of books about Eclipse on the Eclipse website.
Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
Arnold Strong
Ranch Hand
Joined: Jun 24, 2012
Posts: 40
Jesper de Jong wrote: I would start with the Help that is included in Eclipse, it contains a lot of information about using Eclipse.
There is a
list of books about Eclipse on the Eclipse website.
I doubt if any of those books will be of help to a beginner. Most of them are too old anyway.
chris webster
Bartender
Joined: Mar 01, 2009
Posts: 1103
posted Jul 02, 2012 12:38:55
0
You can download Eclipse for free from http://www.eclipse.org/ .
Then work through the free series of videos on "Eclipse and Java for Total Beginners " from the Eclipse Tutorial website . You can download the videos individually - each one lasts about 10-15 minutes. They're a bit old (2008, Eclipse 3.3), but it's a good quick introduction to the basics of using Eclipse, including test-driven development of a very simple Java application using JUnit in Eclipse.
The same site has more Eclipse videos on other topics as well.
ex-Oracle bloke
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14491
Arnold Strong wrote:
Jesper de Jong wrote: I would start with the Help that is included in Eclipse, it contains a lot of information about using Eclipse.
There is a
list of books about Eclipse on the Eclipse website.
I doubt if any of those books will be of help to a beginner. Most of them are too old anyway.
Well, I should imagine so. That post was dated 2008!
Customer surveys are for companies who didn't pay proper attention to begin with.
subject: What's the best Eclipse book for beginner?