Re: newbie
From: Joost van Stuijvenberg (joost.public_at_xs4all.nl.nospam)
Date: 04/24/04
- Next message: Jeff Schwab: "Re: Code write \ code review productivity"
- Previous message: Joost van Stuijvenberg: "Re: what is the function to calculate the length of a string?"
- In reply to: mickeyg: "newbie"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Jeff Schwab: "Re: Code write \ code review productivity"
- Previous message: Joost van Stuijvenberg: "Re: what is the function to calculate the length of a string?"
- In reply to: mickeyg: "newbie"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]