- Install Eclipse
- For Juno (4.2)
http://www.eclipse.org/downloads/
- Run Eclipse
- Menu > Help > Install new software
- Install Scala IDE (For Scala 2.9.x) on Eclipse
http://download.scala-ide.org/sdk/e37/scala29/stable/site (for 3.7 Indigo) or
http://download.scala-ide.org/sdk/e38/scala29/stable/site (for 3.8/4.2 Juno). - Install m2e-scala connector on Eclipse
http://alchim31.free.fr/m2e-scala/update-site/ - Edit eclipse.ini ("eclipse/eclipse.ini" on Windows, "Eclipse.app/Contents/MacOS/eclipse.ini" on Mac OS)
-Xmx???m => -Xmx2048m
You can import maven projects with the following steps:
- Import > Existing Maven Projects
- Set Root Directory containing pom.xml
- Select Projects
- Push Finish
- Right click the imported project > Maven > Update Project Configuration > OK
- run 'build.bat'