Posts

Showing posts with the label Fernflower

How to extract source code from JAVA .class or .jar files?

Recently, I need to decompile a JAVA class file. Then I found this one -  javadecompilers - is very nice.    This site provides a user interface to extract source code from .class and .jar ‘binary’ files.