84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
myeclipse导入lombok后为什么会显示警告,使用IDEA需要安装插件,myeclipse也是要安装什么或者要修改什么配置吗?
学习是最好的投资!
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
Visit https://projectlombok.org/dow... and download lombok.jar;
Copy lombok.jar to the Eclipse/MyEclipse installation directory;
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
Restart Eclipse/MyEclipse.
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
Visit https://projectlombok.org/dow... and download lombok.jar;
Copy lombok.jar to the Eclipse/MyEclipse installation directory;
Add at the end of the eclipse.ini/myeclipse.ini configuration file in the Eclipse/MyEclipse installation directory:
Restart Eclipse/MyEclipse.