-
Notifications
You must be signed in to change notification settings - Fork 9
Install Lombok
Ta Van Dung edited this page Jun 17, 2016
·
5 revisions
[EzyFox] (https://github.com/youngmonkeys/ezyfox/wiki/Introduction) uses [Lombox] (https://projectlombok.org/features/index.html) and you should install Lombok to your eclipse ide (I think Lombok will help you so much).
Installing Lombok is very simple, you can refer to [Lombok Download Site] (https://projectlombok.org/download.html) and follow the tutorial.
If you can't install Lombok (follow the tutorial), you can open the [eclipse.ini] (https://wiki.eclipse.org/Eclipse.ini) file and add the line:
-javaagent:path_to_lombok.jar
path_to_lombok.jar is the path to your downloaded lombok.jar file
Hello World