Skip to content

Hacking on Aeron

Michael Barker edited this page Feb 28, 2014 · 18 revisions

Working in Eclipse

The Aeron project has set up the gradle build such that it is able to generate the appropriate eclipse project configuration files. To get up and running in Eclipse you need to do the following

  1. Install the latest JDK 8 from Oracle.
  2. Install the JDT 8 Beta for Eclipse Kepler
  3. Create a new JDK configuration within Eclipse pointing the freshing installed JDK8. Make sure that you give this JDK the name 'JDK1.8'.
  4. Clone the Aeron project.
  5. Run ./gradlew eclipse.
  6. From Eclipse go to 'Import' -> 'Import Existing Projects into Workspace'. Select the directory contain the cloned Aeron project. Ensure that you check the 'Search for nested projects' option. Click Finish.

You should now have 5 new projects within Eclipse:

  • Aeron
  • aeron-core
  • aeron-example
  • aeron-iodriver
  • aeron-util

Clone this wiki locally