Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

2. Enter the name of the workspace into the startup dialogue. (If the workspace doesn't exist it will be created)

!EclipseSelectWorkspace.jpg‎!

Panel
Wiki Markup

3. We need to set some workspace variables for a new workspace

...

Code Block
      Select window>preferences>java>Class path variables

      Select New and enter Name:M2_REPO

      Select Path> File and navigate to your .m2/repository
unmigrated-wiki-markup
Panel

!EclipseSettingM2_REPO.jpg‎!

b) In the Setting Up Environment steps you should have installed a Java 6 JDK. To this Eclipse workspace use the Java 6 JDK instead of the default JRE, we need to do the following steps

Code Block
      select window>preferences>java>Installed JRE's    

      Select Search>C:\Program files\Java to find the JDK's installed

      Click the box beside the JDK
unmigrated-wiki-markup
Panel

!EclipseSelectJDK.jpg‎!

4. On the header bar select

...

folder as illustrated below

!EclipseViewRepository.jpg‎!

Panel
Wiki Markup

7 It is quicker to check out multiple projects at the same time. This can be done by pressing the

...

The illustrated dialogue will open. Leave the settings to the defaults and click finish.

unmigrated-wiki-markup
Panel

!EclipseMultipleCheckOutAs.jpg‎!

Alternatively projects can be checked out one at a time. To check out a single project, right click on the project and select checkout... The illustrated dialogue will open. Select

...

and click

Code Block
finish

.

unmigrated-wiki-markup
Panel

!EclipseSingleCheckOutAs.jpg‎!

The projects should now be checked out. However the Eclipse properties still need to be set before eclipse can be used. We will cover this in the next steps.

...