Please could someone advise me on how to get started on Java programming and what version to use?
Please supply Hyperlinks Please!:cheesy: :cheesy:
netbeans, is a good ide, however, the jdk that comes with it may be outdated.
Get the latest jdk from the sun website and link it to your ide.
to get started you'd best not use any IDE. Way too many people get stuck in learning an IDE instead of the language and then get utterly lost as soon as they don't have that specific version of that specific IDE configured just like the one at school at their disposal.
Current production release is 1.5.0_07, no need to use anything else unless you have a specific business reason (like I do, some of our software requires 1.4 because some of our clients aren't yet upgraded to 1.5 and therefore require 1.4 classfiles from our public API).
Download the latest JDK from the Sun Site
Download Jcreator After Installing JDK and and then install JCreator for this will aut0 set all the properties required for compilation.
And then If you want to test if your setup is working download some example programs from
http://www.freejavaguide.com/javasource.htm
Regards,
Hemanth
http://www.freejavaguide.com
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.