Any good Java tutorials?

Soldato
Joined
22 Oct 2005
Posts
2,884
Location
Moving...
Does anyone know of any good Java tutorial sites (free ones please!) for beginners? Preferably with lots of example code! Thanks very much
 
Welshy said:
Downside is that it assumes your using netbeans :o
I'm using netbeans so thats fine!

Only annoying thing is they don't have a complete program code, only a particular method or something. I always seem to have problems with the 'other' part...
 
Welshy said:
Downside is that it assumes your using netbeans :o

no it doesn't, it's a basic java tutorial for people using Java according to the spec. Yes there are tutorials for netbeans but the basics are all fine for use with A.N.Other text editor and the command line java and javac tools.

http://java.sun.com/docs/books/tutorial/getStarted/cupojava/index.html

netbeans instructions and command line instructions for Windows, Solaris and Linux.

Please don't just randomly flame people who are just being helpful without first checking that you are not talking nonsense.

/rant

mpledge if you are having any issues just shout and peeps will try to help
 
happytechie said:
no it doesn't, it's a basic java tutorial for people using Java according to the spec. Yes there are tutorials for netbeans but the basics are all fine for use with A.N.Other text editor and the command line java and javac tools.

http://java.sun.com/docs/books/tutorial/getStarted/cupojava/index.html

netbeans instructions and command line instructions for Windows, Solaris and Linux.

Please don't just randomly flame people who are just being helpful without first checking that you are not talking nonsense.

/rant

mpledge if you are having any issues just shout and peeps will try to help
Whoa, steady now, I don't remember flaming you and your advice :confused:

It's just everytime I've used those java tutorials, it's often been explained through the use of Netbeans
 
Back
Top Bottom