Skip to content

Eclipse Project Setup

Adrian Papari edited this page Nov 24, 2013 · 13 revisions

Note Bene: This guide only applies to pure Eclipse projects. If building with Eclipse+Maven, see [Maven Project Setup](Maven Project Setup) instead.

Add to classpath

  • lombok.jar (lombok-pg's jar)
  • agrotera-lombok-${version}.jar (download)

Builder

Add a new java builder, right after the java builder. builders

Configure the paths according to your project. Download agrotera-asm-0.3.0-jar-with-dependencies.jar (called agrotera-asm.jar in the screenshot below).

builder-main

The working directory should point to the class output folder; typically target/classes or bin.

builder-bin

Refresh tab

builder-refresh

Environment tab

Nothing to configure here...

Build Options tab

builder-options