Just starting..

Well, I am wanting to start programing in Java. But, I don’t know where to start or what to get. (As far as compiler and engine). So, can I get linked to some decent tutorials?

Thanks,
Scott C.

first download the JDK.
https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=jdk-6u22-oth-JPR@CDS-CDS_Developer

Next download Eclipse:
http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/heliossr1

Finally here are some tuts:
http://eclipsetutorial.sourceforge.net/totalbeginner.html
http://download.oracle.com/javase/tutorial/

Also, if you ever run into problems with the tutorials or have any questions, do not hesitate to ask in the forum. As long as you’re friendly you’ll (pretty much) always get good answers/ideas.

Mike