From 41e58cde0f9760d9b687e6d24ac717210e3e20ac Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Mon, 15 Aug 2011 22:37:25 +0200 Subject: Added NetBeans installation instructions --- website/download.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'website/download.html') diff --git a/website/download.html b/website/download.html index 32f8fb7a..8f5887cf 100644 --- a/website/download.html +++ b/website/download.html @@ -47,8 +47,11 @@ Maven or Ivy Lombok is in maven central. More… - Javac and netbeans - Just put lombok.jar on the classpath. Note that val does not work in Netbeans (yet). + Javac + Just put lombok.jar on the classpath. + + NetBeans + Just put lombok.jar on the classpath and enable annotation processing. More… Eclipse and STS Run lombok.jar as a java app (i.e. doubleclick it, usually) to open the installer. -- cgit