Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

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

    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
     -Xmx2048m -Xmx1024mXX:PermSize=64m -Xms512mXX:MaxPermSize=1024m 
  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.

 

Opening the tDAR project Into Eclipse

  1. After you've successfully cloned the tDAR project,   go to your project directory and execute the following 
    1. mvn eclipse:eclipse