Reputation: 13509
I downloaded the http://wiki.netbeans.org/Scala "Scala IDE" Netbeans Plugin, and it works great. I then created a new Scala project from existing sources. Also worked great. The only issue is now that Netbeans does not recognize any of the play classes/packages. It seems that the SBT plugin somehow automatically downloads dependencies. How can I download these dependencies manually, and add them to my Netbeans library, or where can I find the downloaded Play JAR's?
Upvotes: 3
Views: 519
Reputation: 3449
I haven't tried this myself but perhaps you can run play eclipsify
and then do a File->Import Project->Eclipse Project from Netbeans.
Upvotes: 1