How to decompile to java files intellij idea
问题 IDEA has a great built-in feature - decompiler. It works great.I can copy source code, but I cannot find option to extract all decompiled java classes to java files. This project has a lot of java classes and packages, so I will be to long to copy this manually. Does anyone know how to extract to java source files. Thx 回答1: To use the IntelliJ Java decompiler from the command line for a jar package follow the instructions provided here: https://github.com/JetBrains/intellij-community/tree