On 10/26/06, Jeff Keys <jskeys at gmail.com> wrote: > On 10/26/06, Jana Lingo <jana.lingo at gmail.com> wrote: > > public class HelloWorld{ > public static void main (String[] args) > { > // System.out.println("Hello world!") > // ^ > System.out.println("Hello world!"); // :-) > } > } > And remember the file must be named HelloWorld.java