dcaoyuan / nbscala

NetBeans Plugin for Scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot run or debug SBT projects in NetBeans 7.3

theJenix opened this issue · comments

Using NetBeans IDE 7.3 (Build 201302132200), nbscala installed through the Netbeans Plugins feature, nbsbt compiled as per instructions in the readme of this project, sbt 0.12.3, scala 2.10.1.

I import a sbt project, and can interact with it through the console, but I cannot run or debug through the NetBeans menus. I have verified that the Scala Platform is set up according to my SCALA_HOME environment variable. Is there something else I need to configure?

Done.