LWJGL Forum

Programming => General Java Game Development => Topic started by: danisflying on July 01, 2011, 23:58:26

Title: Where do i start in Java Devlopment
Post by: danisflying on July 01, 2011, 23:58:26
I just started learning Java but I still don't know where two started please help  ???
Title: Re: Where do i start in Java Devlopment
Post by: jediTofu on July 02, 2011, 04:01:41

//MyClass.java
public class MyClass {
  public static void main(String[] args) {
    System.out.println("Hello World.");
  }
}

// javac MyClass.java
// java MyClass

Title: Re: Where do i start in Java Devlopment
Post by: kappa on July 02, 2011, 11:23:42
http://download.oracle.com/javase/tutorial/

http://www.java-gaming.org/index.php?action=resources

Also try the Java-Gaming.org (http://www.java-gaming.org/) forums, its a much more specialised area for people new to java gaming.