Hello:

I am trying to do the Ant tutorial to understand how it works.

According to the tutorial, I have to create a HelloWorld.java with the
following code:

public class HelloWorld {
    public void execute() {
        System.out.println("Hello World");
    }
}

I am also new to java. My understanding is that all Java applications have
to have an entry point of main method.

Though the above program compiles, I cannot run the .class.

Your help is solicited.

Venki

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to