Java Tutorial? I need a good, online step-by-step Java tutorial for Eclipse. I have experience with C++ so I am familiar with variables, etc.
Can someone help me please?
This is tricky. I highly recommend the Bruce Eckel book Thinking in Java. It's free and available here: http://www.mindview.net/Books/TIJ/
Unfortunately, I don' t know of any Eclipse tutorials as Eclipse is a means to an end and the language is harder to learn than the IDE (as it should be).
Most of the Eclipse books out there seem to be more about how to BUILD Eclipse plug-ins than actually use eclipse.
What is a very good java tutorial? My friends are making a java based adaption of a card game. I want to help but I don't know java. I've put my fingers into html and qbasic and visual basic but that was like 10 years ago. I'd like a recommendation of a good java tutorial to get me up to speed.
http://java.sun.com/docs/books/tutorial/
Interestingly, it is the only time I've found the official tutorial for a programming language to be any good.