My query is that, is it possible to write and compile Scala code in netbeans6.9.1? I am a beginner to Scala programming, and am very much confused about this.

I posted this question here so as to get the reviews of fellow programmers.

link|improve this question

feedback

3 Answers

up vote 4 down vote accepted

I've never actually tried to write Scala in Netbeans personally but according to Dick Wall the support for Scala in Netbeans is pretty much the best of breed among the main 3 IDEs (IntelliJ, Eclipse, and Netbeans). I know that's just anecdotal but it's from a pretty trusted source who literally inserted a whole new section into his Java Posse podcast just so he can geek out over Scala.

This looks like a fantastic place to get you started. http://wiki.netbeans.org/Scala

link|improve this answer
1  
Oh well, thanks @Tim. I was just curious to know whether there is any support for Scala in netbeans, because I am pretty much used to netbeans. – ykombinator Sep 23 '10 at 13:49
1  
Yeah, the support is there but still in Beta, as it were. Despite that, it's apparently quite good. I believe Dick Wall taught his recent training course on Scala using Netbeans. – Tim Visher Sep 23 '10 at 14:01
3  
Trust Dick! :) And "use Netbeans". (c) JavaPosse – Vasil Remeniuk Sep 23 '10 at 15:03
feedback

Yes, check out the Netbeans wiki; Scala modules are experimental and under active development, so check the nightly builds. Also check out ErlyBird; it's an Erlang/Scala IDE based on NetBeans.

link|improve this answer
Does ErlyBird support SBT? – Vasil Remeniuk Sep 23 '10 at 14:31
feedback

I have successfully used Scala with Netbeans 6.8. I tried using 6.9, but could not get it to work. If you can manage with NB 6.8, then you are in luck.

Note that even with 6.8, refactoring is not available. However, code completion works very nicely and that is sufficient for me. I hope that there is a more usable Netbeans plugin for Scala in the near future.

Of course, you need to install the Scala plugin after installing NB 6.8 to get anything to work. Instructions here: http://wiki.netbeans.org/Scala68v1

link|improve this answer
The exact Scala built that worked for me is scala-2.8.0.r22602-b20100720020114. I have not exeprimented with others. If you have trouble, try this particular one. (You need to set %SCALA_HOME% to the directory of this installation.) – Jus12 Sep 23 '10 at 19:55
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.