Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

complete n00b looking for some tips

Status
Not open for further replies.
Joined
Mar 11, 2004
Messages
127
Location
GB
I'm wanting to get into Development here at work, and I need to get some knowledge in java code.

I've been advised to use Eclipse 3.1 and would like to where I should look for the basics.

Does anyone know of, or have any tutorials etc.

Thanks for any advice/information,
Ant
 
if your starting off learning java using notepad as dian suggested, is a good idea so you get used to the code and arn't spoon fed by the ide, so your forced to spot/figure out your errors yourself.

when you start to get used to coding in notepad an ide like JCreator LE which you can from here would be a good help. it wont spoon feed you, but you can colour code the various parts of the code like putting strings purple, objects blue etc. so you can spot differnt things quicker. and it will also compile at the press of a button instead of typing in the command prompt.

after that i would recommend moving onto more advanced ide's like eclipse.

hope that helps
 
Thanks for your suggestions guys. I'll get on the case of those this weekend.

Ant
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top