score:-1

Accepted answer

i figured out the solution.instead of directly downloading the scala-ide for eclipse from here make sure you download eclipse separately first from here.i guess there is still some version issue or some other bug which is why this scala-ide was not generating any class files. may that was the reason why it was unable to figure out the main class(quite surprising to see the target folder empty even after build).anyways moving on, next you need need to install scala-plugin for newly downloaded eclipse-ide. you can do this as window>>eclipse-marketplace>>type scala>> install.

once it is installed we can follow the standard procedures to create the projects and then it works fine. i have posted relevant issue in the mailing-list of eclipse as well.


Related Query