|
||||||||||||||||||
Add Forum to Favorites | Send Topic To a Friend | View Forum FAQ | Track this topic |
Last Thread Next Thread ![]() |
| Java Game Programming Part I: The Basics |
|
![]() MV740 Member since: 4/28/2002 From: Ireland |
||||
|
|
||||
| What do I input the Java code into? |
||||
|
||||
![]() morefire Member since: 6/19/2002 From: United Kingdom |
||||
|
|
||||
| The easiest way is to use Notepad, save your code as bleh.java and use javac to compile it to a .class file (You'll need to download JDK 1.4 from Sun Microsystems website). Otherwise if you are used to IDE's like Interdev etc, I reccomend you download Forte for Java or NetBeans. For more information im sure searching 'compiling java programs' in google will return some tutorials =) |
||||
|
||||
![]() Murasaki Ryuu-jin Member since: 3/3/2004 From: Los Angeles, CA, United States |
||||
|
|
||||
| java seems to be more accessible to the beginner than C/C++... sorta good since I would be considered a 'beginner'. |
||||
|
||||
![]() Anonymous Poster |
||||
|
||||
| um, how do we make art or music in the game? |
||||
|
||||
![]() LizardCPP Member since: 7/14/2003 |
||||
|
|
||||
| From here you can download the SDK: www.javasoft.com From here you can download a nice java IDE www.eclipse.org For sound in java see: www.google.com Lizard |
||||
|
||||
![]() Anonymous Poster |
||||
|
||||
| great tutorial, an easy read and good thorough explanations. good job and thank you =]. |
||||
|
||||
![]() Enselic Member since: 9/16/2002 From: Lund, Sweden |
||||
|
|
||||
| I found it to be a very good and wellwritten introduction to java applet game programming. |
||||
|
||||
![]() weapon x Member since: 4/13/2006 From: fayetteville, NC, United States |
||||
|
|
||||
| hey, i get some sort of error telling me "nosuchmethoderror" in runtime. i tried everything i can think of,i even tried cuting and pasting the actual work in there. however it still gives me this blasted error. can anyone help me? |
||||
|
||||
![]() micksatana Member since: 9/28/2007 From: Melbourne, Australia |
||||
|
|
||||
| coolImage = getImage(getCodeBase(), "dx3d.GIF"); I don't know why this line doesn't work for me. So, I change it into the following line and it works. coolImage = getToolkit().getImage("dx3d.GIF"); I have a question (maybe sounds stupid, but pls response ;-P). What does getCodeBase() do? |
||||
|
||||
![]() XacNoise Member since: 4/16/2008 From: Fayetteville, AR, United States |
||||
|
|
||||
| What's the best way to view updated applets in the browser after code changes? When I recompile code changes, and refresh the HTML file, it doesn't show the updates. I have to create a new class every time to see my changes. I've tried deleting the original .class file, erasing temporary internet files...still nothing. It keeps showing the last compile. Help? |
||||
|
||||
![]() dmatter Member since: 3/11/2004 From: Kettering, United Kingdom |
||||
|
|
||||
Quote: Just to be clear, the Eclipse IDE comes bundled with its own JIT compiler, so you don't need the Java SDK from SUN if you're just going to use Eclipse anyway. . David Gill :: Facebook :: last.fm . |
||||
|
||||
![]() AztecMinion Member since: 11/14/2006 From: Fremont, CA, United States |
||||
|
|
||||
| Question:In the main java web site do I download Java EE SDK; Im sort of lost can you tell me what downloads I need? |
||||
|
||||
![]() greggles Member since: 9/28/2007 |
||||
|
|
||||
Quote: You need the Java SE SDK (Enterprise Edition is geared more for servers). Since I like NetBeans as an IDE, I would suggest that you get the Java SE SDK that comes with NetBeans (Here's the current stable version) That's all you should need for now. Greggles |
||||
|
||||
![]() AztecMinion Member since: 11/14/2006 From: Fremont, CA, United States |
||||
|
|
||||
| Thank you very much. |
||||
|
||||
All times are ET (US)![]() |
Last Thread Next Thread ![]() |
|