Ok, first off.... I'm not even sure if i have downloaded the right thing but this is the link of the version of SDK I have downloaded:
http://java.sun.com/j2ee/1.4/download.html
If that is not the right one will someone pls tell me?!
Here is the source code I made for simple writing:
public class OurFirstProgram {
public static void main(String[] args){
System.out.println("Krakatoa, EAST of Java??");
}
}
If that is right, I think this next step is where i went wrong.
I saved it as
OurFirstProgram.java. If that is right... then its definately the compiling. How do you compile a java program?
I'd appreciate your help!
:DIronChef:D