What should i start with?

Im not really sure what i should start with so does any one know. I would like to start out with a simple game or somthing. And soon make a 2d RPG. But heres the deal i have no basic knowledge at all in java. I know visual basic just not java. So can some one help me out so i can learn it.

Can we start by making an object move and how to import images into java games?

just start with the most basic thing, e.g. load an image and display is. then go from there!

I started out the same way as you. I found that the tutorials at www.cokeandcode.com were perfect for my needs and that the tutorials at nehe.gamedev.net were ideal for showing me the basics :slight_smile:

BTW: using Java and something like LWJGL, its just as simple to jump straight into 3D . I managed to make a 3D pac-man type game quite easily just using those 2 sets of tutorials and lots of help from the lovely people on irc://irc.freenode.net/lwjgl

good luck