Best Eclipse Tutorials for beginners?
Anyone have any good recommendations on a basic tutorial of how to use Eclipse the program? Not a Java tutorial with using Eclipse but an instructional video or blog post or webpage that teaches a complete beginner how to create a new project, save that new project, and do sample runs of that code. How to make sure you have all the necessary libraries and stuff along those lines. Maybe a little explanation and or a checklist of the things you need to do check before you launch your first HelloWorld experiment. Thanks.
Re: Best Eclipse Tutorials for beginners?
Moved from New to Java
db
Re: Best Eclipse Tutorials for beginners?
The NewBoston has one episode that is dedicated to Downloading and Running Eclipse. It doesn't go over a lot of advanced features, but it does cover everything that a beginner needs to know to be able to adequately run a Java Program. It goes over most of the stuff you specify, however selecting libraries is part of the Java code, and isn't really part of the IDE's job.
http://www.youtube.com/watch?v=CE8UI...2CE09D83EE3E28
Re: Best Eclipse Tutorials for beginners?
Quote:
Originally Posted by
penguinCoder
The NewBoston has one episode that is dedicated to Downloading and Running Eclipse. It doesn't go over a lot of advanced features, but it does cover everything that a beginner needs to know to be able to adequately run a Java Program. It goes over most of the stuff you specify, however selecting libraries is part of the Java code, and isn't really part of the IDE's job.
http://www.youtube.com/watch?v=CE8UIbb_4iM&feature=edu&list=PLFE2CE09D83E E3E28
Thanks a lot for the video. I was busy doing my programming homework for the last couple of days. When I was doing my homework assignments that had to do with writing code, I didn't know how to do sample runs of my code so I didn't know if my code worked correctly. It was so frustrating. Thanks for the video!