Download the JDK here:
http://www.oracle.com/technetwork/jav...
If the link is out-dated or doesn't work please Google 'Java JDK' and use the first link.
Source Code:
public class JavaTest {
public static void main(String[] args){
System.out.println("Hello World!");
}
}
To locate your file in command prompt:
Simply copy the address of where the file is (e.g. c:\users\oliver\desktop)
Then type "cd *address here*" without the speech marks.