Decompiler supporting Java 8? [closed]

2019-03-22 20:18发布

问题:

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.

回答1:

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