Search code examples
javajava-8decompiler

Decompiler supporting Java 8?


I see that most of the Java decompilers support till Java 7.

Are there any decompilers which support Java 8 - especially Lambda expressions?

I want to run such a decompiler in my ubuntu machine.


Solution

  • Procyon and CFR both support Java 8 language features, including lambda expessions and method references.