java - how to configure lombok in eclipse luna -


i configure lombok in eclipse luna maven. annotation added properly, no getter , setter generated.

eclipse.ini

`-vm e:\program files\java\jdk1.7.0_60\bin` `-vmargs` `-dosgi.requiredjavaversion=1.7` `-javaagent:f:\tools\java lib\lombok\lombok.jar` `-xbootclasspath/a:f:\tools\java lib\lombok\lombok.jar` `-xms40m` `-xmx512m` 

disclosure: 1 of lombok developers. might biased :-)

i suggest installing lombok via executing lombok jar: java -jar lombok.jar spaces in path might problem.

also, you'll need use lombok version 1.14.8 (or higher) have luna support.

please check in eclipse screen if lombok installed correctly.

see cannot make project lombok work on eclipse (helios)


Comments

Popular posts from this blog

visual studio - vb.net filter binding source by time -

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -