Re: newbie

From: Joost van Stuijvenberg (joost.public_at_xs4all.nl.nospam)
Date: 04/24/04


Date: Sat, 24 Apr 2004 13:59:54 +0200


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

The problem is in the class name. Make sure the class is called hello
instead of hello.java, although it *must* be placed in a file called
hello.java.

Regards,

Joost van Stuijvenberg