Good Eclipse Tutorial

Need programming help? Want to post programming tips? Are you programming a game and want to show it off? That and more here.

Good Eclipse Tutorial

Postby GrandPiano » July 23rd, 2014, 5:33 pm

I'm trying to learn Java, and I was wondering if anyone here knew of a good tutorial. I'm using Eclipse 4.4 for Windows.
Hello.
User avatar
GrandPiano
Code: Awesome

 
Posts: 410
Joined: January 17th, 2010, 2:25 pm
Location: USA

Runouwian Fighter

Thumbs Up given: 4 times
Thumbs Up received: 15 times

Re: Good Eclipse Tutorial

Postby ChaosYoshi » July 23rd, 2014, 6:31 pm

The only program tutorial that I know of online is Code Academy. I'm sure there are others, but this is the one I have used for HTML, and I know they offer Java.
User avatar
ChaosYoshi
Prophet of Shadowsquid

 
Posts: 1174
Joined: February 23rd, 2011, 7:27 pm
Location: Pluto

A Good Start

Thumbs Up given: 62 times
Thumbs Up received: 49 times

Re: Good Eclipse Tutorial

Postby *Emelia K. Fletcher » July 24th, 2014, 10:47 am

1) Eclipse is not Java, Eclipse is merely a tool for programming in Java more efficiently
2) CodeAcademy doesn't currently have Java yet but apparently this is cool


');
');





');





User avatar
*Emelia K. Fletcher
Who's this douchebag?

Error contacting Twitter
Error contacting last.fm
 
Posts: 2926
Joined: July 24th, 2010, 3:40 am
Location: A\//\\/A

Cookie
Venexis: "He had everything out seven hours after I had sent the results, give or take. And most of those hours were in the dead of night, lawl. 11/10 would hire as host of a game show."

Thumbs Up given: 42 times
Thumbs Up received: 211 times

Re: Good Eclipse Tutorial

Postby GrandPiano » July 24th, 2014, 6:15 pm

I know that Eclipse is not Java, but a tutorial specifically aimed at Eclipse would be nice, because then I would be able to learn specifics for using Eclipse as well as learning general Java. But maybe I'm wrong; maybe there's nothing to learn about Eclipse any Java tutorial will teach me everything I need to know. I wouldn't know.

I'll check out the CodingBat thing, though.

EDIT: Looks like CodingBat could help; it seems to skip over certain basic stuff (for example, the first exercise (I think it's the first exercise), which is about string concatenation, expects you to already know about the "return" statement and ending lines with semicolons), but I think it'll work for me, as I already have some basic programming experience from Python.
Hello.
User avatar
GrandPiano
Code: Awesome

 
Posts: 410
Joined: January 17th, 2010, 2:25 pm
Location: USA

Runouwian Fighter

Thumbs Up given: 4 times
Thumbs Up received: 15 times

Re: Good Eclipse Tutorial

Postby *Emelia K. Fletcher » July 25th, 2014, 1:01 pm

Eclipse is an IDE designed to make programming in Java easier/more efficient; if you need a "tutorial" on it a quick Google for an FAQ or using its Help should suffice


');
');





');





User avatar
*Emelia K. Fletcher
Who's this douchebag?

Error contacting Twitter
Error contacting last.fm
 
Posts: 2926
Joined: July 24th, 2010, 3:40 am
Location: A\//\\/A

Cookie
Venexis: "He had everything out seven hours after I had sent the results, give or take. And most of those hours were in the dead of night, lawl. 11/10 would hire as host of a game show."

Thumbs Up given: 42 times
Thumbs Up received: 211 times

Re: Good Eclipse Tutorial

Postby GrandPiano » July 25th, 2014, 6:43 pm

I tried Googling.

Eclipse has a built-in tutorial, though. For a Hello World program, but nothing else.

I suppose I do just want a Java tutorial. Thanks for helping me realize that; finding a tutorial should be easy now.
Hello.
User avatar
GrandPiano
Code: Awesome

 
Posts: 410
Joined: January 17th, 2010, 2:25 pm
Location: USA

Runouwian Fighter

Thumbs Up given: 4 times
Thumbs Up received: 15 times


Return to Programming