I have installed latest scala ide plugin to eclipse (Version: 3.4.2). It seems installation is ok without any errors.
I am able to create a scala project and add a package, but i couldn't add scala object, at the time it shows "projectname" is not a Scala project error message in add object dialog.
I have googled and found it could be related to JDT Weaving not enabled in eclipse. I have verified, its enabled and running in my environment.
Below the screenshot of the error. alt text http://a.imageshack.us/img80/3070/scala.png
I just started scala.. Can someone help me to resolve this problem?
S
in the top right corner of the folder icon, and notJ
. Try right-clicking on it; is there a "Scala" sub-menu in the context menu? If so, what items are there? In particular, if there is an item "Add Scala nature", add it and check if you can create a Scala class then. – Trichromat