From 6e9205a5706f1caba39402a62318693ebff2426a Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 30 May 2011 23:50:32 +0200 Subject: Updated the download page for the website, which now includes a list with instructions for many platforms. --- website/setup/ecj.html | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 website/setup/ecj.html (limited to 'website/setup/ecj.html') diff --git a/website/setup/ecj.html b/website/setup/ecj.html new file mode 100644 index 00000000..a42d43cb --- /dev/null +++ b/website/setup/ecj.html @@ -0,0 +1,65 @@ + + + + + + + + + Project Lombok + + + Fork me on GitHub +
+

Project Lombok - ecj instructions

+ +
+ ecj (the eclipse standalone compiler) is compatible with lombok. Use the following command line to enable lombok with ecj: +

+

+java -javaagent:lombok.jar=ECJ -Xbootclasspath/p:lombok.jar -jar ecj.jar -cp lombok.jar (rest of arguments)
+ If you're using a tool based on ecj, adding these VM arguments and adding lombok.jar to the classpath should work. +
+
+
+ +
+ + + -- cgit