question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

lombok will not work and has been disabled

See original GitHub issue

Short description

Provide a short description of the issue here. Do not include stacktraces in this sectrion

After updating IDEA 2020.3, my project cannot start! Tip: You aren’t using a compiler supported by lombok, so lombok will not work and has been disabled. Your processor is: com.sun.proxy.$Proxy23 Lombok supports: sun/apple javac 1.6, ECJ

Expected behavior

Is there a specific expected behavior?

Version information

  • IDEA Version: Community 2020.3
  • JDK Version: 1.8
  • OS Type & Version: mac
  • Lombok Plugin Version: 0.32-EAP
  • Lombok Dependency Version: 1.16.22

Steps to reproduce

What steps do we need to take to reproduce this issue?

  1. update idea to Community 2020.3
  2. run project
  3. 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.$Proxy25 Lombok supports: sun/apple javac 1.6, ECJ

Sample project

Please provide a sample project that exhibits the problem. You should also include .idea folder so we can inspect the settings.

  • Sample project provided
  • I am able to reproduce this error on the sample project by following the steps described above

Additional information

Is there any additional information you can provide to help us understanding and solving the issue?

Stacktrace

If you are experiencing an issue and IntelliJ throws an error please provide the stacktrace.


STACKTRACE HERE (inside code markup)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
mplushnikovcommented, Dec 9, 2020

Problems with lombok plugin not installed with Community version are handled here: https://github.com/mplushnikov/lombok-intellij-plugin/issues/989#issuecomment-741903275 and here https://youtrack.jetbrains.com/issue/IDEA-257311

For Ultimate you just need to use the last version (1.18.16) of lombok library to get it compilling.

0reactions
novicedev7291commented, Dec 9, 2020

@Sunyb01 ok, thanks for confirming this, I was struggling for quite a time to make it work.

Read more comments on GitHub >

github_iconTop Results From Across the Web

java: You aren't using a compiler supported by lombok, so ...
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.
Read more >
You aren't using a compiler supported by lombok, so ... - GitHub
You aren't using a compiler supported by lombok, so lombok will not work and has been disabled. Issue #952 · mplushnikov/lombok-intellij-plugin ...
Read more >
IntelliJ Lombok Compiler Support Disabled
java: You aren't using a compiler supported by lombok, so lombok will not work and has been disabled.<br> Your processor is: com.sun.proxy.
Read more >
You aren't using a compiler supported by ... - JetBrains YouTrack
You aren't using a compiler supported by lombok, so lombok will not work and has been disabled ; Project, IntelliJ IDEA ; Priority,...
Read more >
Lombok Changelog
BUGFIX: Netbeans would not work with 1.18.16 anymore. Issue #2612. ... Wither has been deprecated (it has been renamed to lombok.With ).
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found