Versions Compared

Key

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

...

  1. run mvn eclipse:eclipse
  2. Increasing VM memory may improve performance by editing the eclipse.ini file and adjusting its -Xms -Xmx -XX:MaxPermSize options. 
  3. (OSX users only):  If you are getting OutOfMemory exceptions when building the search index  you may need to add the following JRE options to your run configuration:

    Code Block
     -Xmx1024m -Xms512m 
  4. Set the M2_REPO classpath variable so Eclipse knows where to find your local Maven repository.

    Code Block
    
    Window/Preferences -> Java/Build Path/Classpath Variable -> Click "New" button, then Name="M2_REPO", Path="~/.m2/repository"
    

...

Note

For Eclipse 3.6 ("Helios") and later, you may also use the Eclipse Marketplace to find/install some of these plugins.