Skip to content

AI-comp/JavaChallenge2012

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prepare Eclipse environment

  1. Install Eclipse
  1. Run Eclipse
  2. Menu > Help > Install new software
  3. 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).
  4. Install m2e-scala connector on Eclipse
    http://alchim31.free.fr/m2e-scala/update-site/
  5. Edit eclipse.ini ("eclipse/eclipse.ini" on Windows, "Eclipse.app/Contents/MacOS/eclipse.ini" on Mac OS)
    -Xmx???m => -Xmx2048m

Import the maven project into your Eclipse workspace

You can import maven projects with the following steps:

  1. Import > Existing Maven Projects
  2. Set Root Directory containing pom.xml
  3. Select Projects
  4. Push Finish
  5. Right click the imported project > Maven > Update Project Configuration > OK

Build with Maven 3

  1. run 'build.bat'

Dcouments