Install Scala Plugin for NetBeans 6.5 RC2
Content of this blog is out of date, please look at New Scala Plugin for NetBeans 6.5 RC2 Is Packed
===
NetBeans 6.5 RC2 released. The Scala plugin on NetBeans' Plugins Portal is not compilable with RC2. To get Scala plugin working with RC2, do:
# Open NetBeans 6.5 RC2, go to "Tools" -> "Plugins", check "Setting" -> "Add", add new update center as "Last Development Build" with url: http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/lastStableBuild/artifact/nbbuild/nbms/updates.xml.gz
# Then in the "Available Plugins" tab, you can find the "Scala" category (or, you can click on "Name" in "Available Plugins" tab to find them. You may need to click "Reload Catalog" to get the latest available modules), check "Scala Kit" and click "Install", following the instructions. Restart IDE.
I'll re-pack a new version of Scala plugin for Plugins Portal when NetBeans 6.5 is officially released.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/blog_logo.png)
rss
Comments
Thanks, your instructions worked wonderfully.
(My only problem is that I cannot get Shift-F6 to work: I get an error saying that the class doesn't have a main method, which it clearly has.)
Cool, but what about erlybird? Is it dead?
To set/run project's Main class, please see: http://wiki.netbeans.org/ScalaMainClass
Someone: ErlyBird is still alive, it needs to be rewritten, I'm still thinking the best approach.