Learn Java. Where to start?

Discuss any other topics here
Post Reply
Matte
Posts: 321
Joined: Fri Oct 19, 2007 7:49 pm

Learn Java. Where to start?

Post by Matte » Fri Mar 12, 2010 6:57 pm

Hello everyone!

I would like to learn the Java language. My goal is to be able to write a simple game that can be ran in a Browser Window. I do know this won't be happening in the first few months, but it's just a goal I want to have in front of me as a sort of motivation.

However, there are so many compilers and enviroments for Java, that I don't really know where to begin. Do I download Netbeans, Eclipse? What tutorials do I have to use?

Could someone point me in the right direction? I remember some site where there were several enviroments and a description, but I can't find it again.

Thank you!

Jay
RF Dev Team
Posts: 1232
Joined: Fri Jul 08, 2005 1:56 pm
Location: Germany

Re: Learn Java. Where to start?

Post by Jay » Sat Mar 13, 2010 11:23 am

I like eclipse, i get along good with it. It's what we used in university... Sadly i don't know any java tutorials.... I learned java at university, so i don't know the autodidactic way to learn java. You should just search java console tutorial to start, then java frame tutorial, then java applet tutorial, in my opinion.

Hope that helps, though!

By the way, eclipse is written in java itself.
EDIT: Just now i have downloaded eclipse again and it brings up a starting screen where there are tutorials too. Maybe you should start there.
Everyone can see the difficult, but only the wise can see the simple.
-----

User avatar
jonas
Posts: 779
Joined: Tue Jul 05, 2005 5:43 pm
Location: Texas, USA
Contact:

Re: Learn Java. Where to start?

Post by jonas » Tue Mar 16, 2010 7:39 am

I'm learning at university also. Really best way is tutorials and/or a book. If you get a book and work through it you'll understand some of the reasoning behind stuff you do. Otherwise tutorials are great like always :D
Jonas

Focused, hard work is the real key to success. Keep your eyes on the goal, and just keep taking the next step towards completing it. If you aren't sure which way to do something, do it both ways and see which works better. - John Carmack

User avatar
sankha93
Posts: 91
Joined: Tue Jul 22, 2008 12:58 pm
Location: India
Contact:

Re: Learn Java. Where to start?

Post by sankha93 » Tue Mar 16, 2010 8:40 am

I just love Java. I the like Netbeans IDE for programming. If you want to learn java by yourself like me i would suggest you to get a good book that teaches you the basic principles of the java programming language. Then you can start exploring other things by yourself.

For a browser game that is going to be 2D I would suggest you to use the GTGE (Golden T Game Engine)http://goldenstudios.or.id/products/GTGE/ to program your game. Its fast free and good.

If you want something in 3D I would suggest you to use the JMonkeyEngine http://www.jmonkeyengine.com/.

ps. - It would be good if RF implemented a scripting language that is similar in syntax to java in future. It just a personal choice.
sankha93

Matte
Posts: 321
Joined: Fri Oct 19, 2007 7:49 pm

Re: Learn Java. Where to start?

Post by Matte » Sun Mar 28, 2010 4:31 pm

Thanks!

I was just wondering if it would be possible to create a game that has to be downloaded, but then Mac and PC players could compete against eachother. A bit like Urban Terror or Wolfenstein: Enemy Terriroty

User avatar
darksmaster923
Posts: 1857
Joined: Wed Jan 03, 2007 10:32 pm
Location: Huntington Beach, California, USA
Contact:

Re: Learn Java. Where to start?

Post by darksmaster923 » Mon Mar 29, 2010 11:32 pm

Matte wrote:Thanks!

I was just wondering if it would be possible to create a game that has to be downloaded, but then Mac and PC players could compete against eachother. A bit like Urban Terror or Wolfenstein: Enemy Terriroty
Certainly is. jME seems well suited for the task.

On another note, eclipse would be great if it didnt suck up all my cpu power
Herp derp.

MakerOfGames
Posts: 866
Joined: Fri Jul 08, 2005 4:27 am
Location: PA, USA

Re: Learn Java. Where to start?

Post by MakerOfGames » Tue May 18, 2010 8:27 pm

If you want to use java and write a browser game, you could look into Unity. There is a free indie version and it has a web player that works on Mac and PC and you write scripts in JavaScript or C#. I looked into JME awhile ago, but it seemed to be to buggy on my pcs for any use(the demos never worked right).
Think outside the box.
To go on an adventure, one must discard the comforts and safety of the known and trusted.

Post Reply