You aren't using a compiler supported by lombok, so lombok will not work and has been disabled 关注
已回答
After upgrade, Unable to run the application from intellij IDE.
Intellij version : IntelliJ IDEA 2020.3 (Community Edition) Build #IC-203.5981.155, built on December 1, 2020
lombok version : 0.32-EAP
Error :
java: You aren't using a compiler supported by lombok, so lombok will not work and has been disabled.
Your processor is: com.sun.proxy.$Proxy24
Lombok supports: sun/apple javac 1.6, ECJ
请先登录再写评论。
Hello,
Is it possible to check the issue with the latest (2022) IDE version?
Hello,
Can the newest IDE version (2022) be used to verify the problem?
Myaccountaccess
Sorry, what do you mean?
The error message "You aren't using a compiler supported by lombok, so lombok will not work and has been disabled" indicates that the Lombok library, which is used to reduce boilerplate code in Java applications, is not compatible with the compiler you are using.
MyAccountAccess
This error message suggests that the Lombok library, which helps minimize repetitive code in Java programs, is not supported by the compiler you're currently using. Therefore, Lombok has been deactivated and won't function properly. To resolve this issue, you may need to use a different compiler that is compatible with Lombok or update your current compiler to a version that supports Lombok.
myPennMedicine