java - myeclipse使用lombok
PHPz
PHPz 2017-04-18 09:59:04
0
2
426

myeclipse导入lombok后为什么会显示警告,使用IDEA需要安装插件,myeclipse也是要安装什么或者要修改什么配置吗?

PHPz
PHPz

学习是最好的投资!

reply all(2)
PHPzhong

Yes, myeclise also needs to install plug-ins. Execute java -jar lombok.jar to pop up the graphical interface. Select the directory of myeclipse and the installation will be successful.
The official website of lombok has an installation tutorial

左手右手慢动作
  1. Visit https://projectlombok.org/dow... and download lombok.jar;

  2. Copy lombok.jar to the Eclipse/MyEclipse installation directory;

  3. Add at the end of the eclipse.ini/myeclipse.ini configuration file in the Eclipse/MyEclipse installation directory:

       -Xbootclasspath/a:lombok.jar
       -javaagent:lombok.jar
  4. Restart Eclipse/MyEclipse.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template