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.


![[Image: xfirstgany70.gif.pagespeed.ic.TgkwA6Gett.png]](http://www.vogella.com/articles/Eclipse/images/xfirstgany70.gif.pagespeed.ic.TgkwA6Gett.png)
![[Image: error.jpg]](http://i1156.photobucket.com/albums/p561/vijayraj34/error.jpg)