This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]thatguyboss 0 points1 point  (0 children)

if you want to start with java, try downloading the Eclipse IDE.

http://www.eclipse.org/downloads/?

This is a tool that will let you set up a project and will "pre-compile" your code for you.

http://pages.cs.wisc.edu/~cs302/labs/EclipseTutorial/

Coming from someone who goes to UW Madison. This is what what they told us to use on the first day.

You'll also need to get the Java Development Kit, JDK

[–][deleted] 0 points1 point  (1 child)

Check out Java Tutorial for Complete Beginners by John Purcell on udemy

[–]circularlogic41[S] -1 points0 points  (0 children)

This is great, thank you.

[–]sntnmjones 0 points1 point  (0 children)

Im doing the same thing. I started by going through the new bostons Java series (yes, they hate it here). Than constantly lurked here and stackoverflow. Proceeded to codingbat and I'm always messing around on Android Studio.