I have followed the tutorial here
http://projectlombok.org/
but after adding import and @Data nothing happens.
Does it work on eclipse helios ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Did you add
to your
eclipse.ini?Because if you have (and if you have added the
lombok.jarto the libraries used by your project), it works just fine with Eclipse Helios:Ian Tegebo mentions in the comments that:
chrisjleu mentions in the comments: