score:4

Accepted answer

you'll have to install the sbteclipse as explained here: https://github.com/typesafehub/sbteclipse/wiki/installing-sbteclipse

you can install it either globally or at the project level. i would recommend installing it globally since a) it won't clutter your project settings and b) you won't have to install it for every project individually.

once the plugin is installed, you'll be able to simply run the "eclipse" command and it will pull in all the necessary dependencies automatically.


Related Query

More Query from same tag