07-09-2012, 07:49 PM
hi,
am new to java, i wrote a simple hello world program in eclipse.
-----------------------------------------------------
lachu.java
-----------------------------------------------------
-----------------------------------------------------
but after running its shows an error
"Error: Could not find or load main class lachu"
please any 1 tell me what should i do.
am new to java, i wrote a simple hello world program in eclipse.
-----------------------------------------------------
lachu.java
-----------------------------------------------------
Code:
public class lachu {
public static void main(String[] args){
System.output.println("This program displays the name lachu ;-)");
}
}
but after running its shows an error
"Error: Could not find or load main class lachu"
please any 1 tell me what should i do.