How to set up Play Framework 2.0 in Netbeans using Scala IDE

I downloaded the http://wiki.netbeans.org/Scala "Scala IDE" Netbeans Plugin and it works great. Then I created a new Scala project from existing sources. Also worked great. The only problem now is that Netbeans does not recognize any of the classes / replay packages. It seems that the SBT plugin somehow automatically loads the dependencies. How do I download these dependencies manually and add them to my Netbeans library, or where can I find the downloaded Play JARs?

+3
source share
1 answer

I have not tried this myself, but maybe you can start play eclipsifyand then run the File-> Import Project-> Eclipse project from Netbeans.

+1
source

All Articles