How to start Java?

EAF

Active Member
Reputation
0
I saw Dusk's thread, but it didn't explain to me, like what Gui I should code in, like VB.net has the VB.net program, but on his thread it said to download JDK?
I've had JDK since the beginning of time, but anyways.

I'm wanting to start coding, but I need to know what programs to download.
Can anyone inform me?
 
Well, go to eclipse.org to download the IDE. Truly, that's all you need. You should stick to oracles tutorials.

I can help you with beginner topics with java.
 
Brock said:
Well, go to eclipse.org to download the IDE. Truly, that's all you need.

I'll look into it, thanks for the response.
 
For GUIs use NetBeans.

That's how I make 'em.
 
Eclipse is a Java compiler you can use
 
Brock said:
Yeah, you can also use the plugin that goes with eclipse for GUIs.

Yeah, if you can't figure out NetBeans use what Brock suggested.

With NetBeans you have to copy the code over into Eclipse, and it can just be a bitch overall.
 
Dykerosoft said:
Brock said:
Yeah, you can also use the plugin that goes with eclipse for GUIs.

Yeah, if you can't figure out NetBeans use what Brock suggested.

With NetBeans you have to copy the code over into Eclipse, and it can just be a b*tch overall.

Alright, thanks to everyone for the responses, I'll be looking into this more, would anyone mind being a mentor?
 
Back
Top