Hello Guest

Where do i start in Java Devlopment

  • 2 Replies
  • 6882 Views
Where do i start in Java Devlopment
« on: July 01, 2011, 23:58:26 »
I just started learning Java but I still don't know where two started please help  ???

Re: Where do i start in Java Devlopment
« Reply #1 on: July 02, 2011, 04:01:41 »
Code: [Select]
//MyClass.java
public class MyClass {
  public static void main(String[] args) {
    System.out.println("Hello World.");
  }
}

// javac MyClass.java
// java MyClass

cool story, bro

*

Offline kappa

  • *****
  • 1319
Re: Where do i start in Java Devlopment
« Reply #2 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 forums, its a much more specialised area for people new to java gaming.