Originally posted by: ttown
Originally posted by: MrChad
Compiler: Download the development kit from
http://java.sun.com
Learning resources: Look at Sun's tutorials at
http://java.sun.com
IDE:
Eclipse
I second the motion for all these. If you're brand-new, know that the IDE is not really neccessary.
To start off with, I'd really recommend installing the Java SDK from sun and then use notepad to code your first "hello world" program (or a re-write of your calculator app).
Once you're comfortable with what's going on -- after a few "console based" apps with simple input/output, THEN add the IDE to the mix.
I think jumping straight to the IDE hides too much of what's happening, and is too "magical" for a beginner. The IDE makes more-advanced programming MUCH more productive (in my opinion).
Someone mentioned JCreator. It is essentially the same as Eclipse, except not as wide-spread. Chances are you can go to a magazine rack and find a java magazine with an article about Eclipse any day of the week. There won't be any articles about JCreator -- except maybe on a list of "alternatives to Eclipse".
Don't get me wrong. I've used JCreator and I think it's good. It's just that Eclipse is "better" and more widely used in the industry.
Good luck -- and welcome to the world of Java
It may seem like a huge monster at first... but don't get scared away