Hi all,
I have simple program- "HelloWorld.jav a" to run at eclipse.
Java Version 1.4.2
Eclipse Version 3.2
I m new at eclipse. How to configure eclipse to run this program.
Please let me know if anybody has solution of my problem.
thanks.
I have simple program- "HelloWorld.jav a" to run at eclipse.
Java Version 1.4.2
Eclipse Version 3.2
Code:
class HelloWorld
{
public static void main(String[] aa)
{
System.out.println("Hello World!!");
System.out.println("Please Help me, How to run this prog at eclipse.");
}
}
Please let me know if anybody has solution of my problem.
thanks.
Comment