-
Notifications
You must be signed in to change notification settings - Fork 1
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.
- lombok.jar (lombok-pg's jar)
- agrotera-lombok-${version}.jar (download)
Add a new java builder, right after the java builder.
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).
The working directory should point to the class output folder; typically target/classes or bin.
Nothing to configure here...