I installed Scala 2.8 and NetBeans 6.9 on Fedora 14 (64-bit) by using repository versions (yum install scala netbeans). Then I downloaded Scala 2.8 plugin for Nb6.9 from source-forge. I installed it successfully by using Tools --> Plug-ins menus from NetBeans.
But now problem. When I start Scala project and try to compile little "helloworld" example (in order to see if compiler works), I get this:
/home/user/NetBeansProjects/ScalaApplication1/nbproject/build-impl.xml:42: You must set SCALA_HOME or environment property and append "-J-Dscala.home=scalahomepath" property to the end of "netbeans_default_options" in NetBeansInstallationPath/etc/netbeans.conf to point to Scala installation directory. BUILD FAILED (total time: 0 seconds)
I also noticed that Tools-->Scala Platforms show this http://i56.tinypic.com/110x72x.png
So probably that is part of the problem, too.
I searched for an answer prior asking here, but all tutorials seem to be outdated or dealing with completely another issue.