Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. From the "File" menu select "Import". 



  2.  Select "Existing Projects into Workspace" and click "Next" 



  3. Browse for the root directory, which is the directory in which you downloaded ServiceMix.  "Select All" the files in the Import pop-up window. They are probably already pre-selected for you (check box is checked).  Click "Finish" in the Import window. 


  4. From the "Windows" menu and click "Preferences"
    The Preferences window will pop-up.
    Change to JDK 5
    Windows>preferences click on Compiler
    Compiler compliance level must be 5.0, pull down menu and select.
    Check the "Use default compliance settings" box. 


  5. Then check under "Installed JREs" that you have JDK 5, e.g., jre_1.5.x 
    \\!Installed_JREs.JPG! Image Added

  6. Click on the Java plus sign, then click on Build Path
    then select Classpath Variables. 


  7. Click on New button to right
    A pop-up appears.
    Enter the Name: MAVEN_REPO
    Enter the Path, which is your local maven repository, usually located in
    your home directory .maven, for example:
    C:\Documents and Settings\jwortzman\.maven\repository 


...