Newsletter sign-up
View all newsletters

Enterprise Java Newsletter
Stay up to date on the latest tutorials and Java community news posted on JavaWorld

JavaWorld Daily Brew

error in execution of class



The syntax of class execution is :
java classname
why there is an error when I execute class with its extension i.e.
java classname.class
error- no main class found