newbie

From: mickeyg (meshulamtemp_at_yahoo.com)
Date: 04/24/04

  • Next message: alessandro: "Re: about JWRAPI"
    Date: Sat, 24 Apr 2004 06:44:24 GMT
    
    

    What is wrong with the following code? I get the error message

    $/usr/local/j2sdk1.4.2_01/bin/javac hello.java
    hello.java:2: '{' expected
    class hello.java {
                ^
    hello.java:8: '}' expected
    ^
    2 errors

    class hello.java {
       public static void main(String[] args){

       System.out.println("Hello World!"); // Display "Hello World!"
       }
    }


  • Next message: alessandro: "Re: about JWRAPI"