QUOTE (Kaibamanjrs @ Aug 19 2009, 10:04 PM)

QUOTE (Yippee @ Aug 19 2009, 07:39 PM)

"Beginning Programming With Java for Dummies." Find an e-book torrent or get it from your library.
Unless you want to get started on making applets, not applications. In that case try a tutorial made by sun here:
http://java.sun.com/docs/books/tutorial/deployment/applet/You'll still probably need the first few chapters of the book for good instructions on how to install the stuff you'll need to program in Java, unless you find good instructions somewhere else.
Got it installed as well as netbeans, eclipse and jcreater pro.
Also, a few minutes ago I was digging through my books because I remembered a java book and I have the 2nd edition of Beginning programming with java for dummies. So this is a good read (in your opinion?)
Yeah. I actually just started learning from that book last week, and it's pretty good. I like all the programming related Dummies books I've read so far.
It was too beginner level and slowly advancing for me, since I've already learned about 6 different languages (and forgot two because I haven't used them for so long) and started to learn 4, so I really know what I'm doing when I'm programming. And I wanted to program applets, not applications, so I started looking at the tutorial on that link I gave you. But the book is still real good for a first look at Java.
If you know any sort of object oriented language that supports including command libraries, Java should be real easy for you to learn. If not, it will be a little difficult to wrap your mind around some of the quirks of object oriented programming, but once you do, Java is a pretty high level programming language, which means easy to learn even if it is less powerful than something like C++.