Decompiler supporting Java 8?

seeker picture seeker · Oct 10, 2014 · Viewed 24.3k times · Source

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.

Answer

Mike Strobel picture Mike Strobel · Oct 10, 2014

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