Mukund Deshpande <mukund.twincl...@...>
 <<snipped>>

> i am not able to run programs on
> eclipse because an error:no main method found pops up..Neither does eclipse
> identify "object"-->it says interface expected...et cetera...
>
    <<snipped>>

Hello Mukund,
try this:

object HelloWorld extends Application  {
println("hi")
}

If you give the "project" name as "hello" , then open run->run
configurations
in "main class" field enter "hello.HelloWorld"

As far as i know you shouldn't get any error after this.
Do post if you get any.




-- 
Cheers,
Pratik K Anand


[Non-text portions of this message have been removed]

Reply via email to