Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 20 Next »

Eclipse installation

Download Eclipse

Downloading the JEE version is recommended.

http://www.eclipse.org/downloads/

Select "Eclipse IDE for Java EE Developers" Linux (32bit).

Configure Eclipse

  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:

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

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

Install plugins

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

  • No labels