HELP!

Started by
9 comments, last by RLS0812 11 years, 5 months ago
I want to start to write in java but i have no idea where to start or how to. i have tried looking for tutorials but have had no luck. please someone help me. point me in the right direction with programs and such
Advertisement
If your end goal in learning Java is to make video games, I'd suggest taking a look at Swing, Zetcode has a good tutorial that will walk you through the basics and teach you about the different class types in Java.

If you're looking for more specific advice, let us know what it is you're looking to learn and I'm sure someone will be able to help you.
If you are new to Java then you may want to look at those tutorials : http://www.youtube.c...low=grid&view=1
(best tutorials on the web) and later one you may want to start programing games ,here are the best youtubers in game developing:
http://www.youtube.c...low=grid&view=1 , http://www.youtube.c...a/videos?view=0
, http://www.youtube.c...gameprogramming and also for 3D : http://www.youtube.c...W4RzGfsmJ4zeWMs

Happy codding :D
I downloaded jdk 7 but I am unsure how to open it. Any advice?
Stick whit Eclipse and java 6 :)

I downloaded jdk 7 but I am unsure how to open it. Any advice?


You don't "open" the JDK. JDK (Java Development Kit) is just a collection of programs and library code that allow you to compile Java applications. What you need now is an editor or and IDE. Go download Eclipse and go google search for "java hello world in eclipse". This should help you get started.
I made my first Hello World! :D It got confusing at one part because at the point where Eclipse is trying to make you put in System.out.println("Hello world!") it didn't tell me to put the ending command " ; " or even where to put it, but I figured it out thanks to Youtube. I wish this program knew i was a extreme newbie at this stuff. So I was able to successfully create my first application.. now what? What's the next step in this learning process?
Even though it's confusing at first, Eclipse is one of the best IDE's I have ever used for Java.
As far as easy to follow tutorials, HERE is a great one, written in plain English.
HERE is a good video tutorial series you may also want to watch.

I cannot remember the books I've read any more than the meals I have eaten; even so, they have made me.

~ Ralph Waldo Emerson


I made my first Hello World! biggrin.png It got confusing at one part because at the point where Eclipse is trying to make you put in System.out.println("Hello world!") it didn't tell me to put the ending command " ; " or even where to put it, but I figured it out thanks to Youtube. I wish this program knew i was a extreme newbie at this stuff. So I was able to successfully create my first application.. now what? What's the next step in this learning process?

Make tetris. Or, if that sounds like too much right now, "Guess my number".
But how do I make something like Tetris. I'm not very skilled.. All i know is how to make it say "hello world"

To Shippou: I opened the text document but it popped up in anything but english. Any advice?

This topic is closed to new replies.

Advertisement