loversnax.blogg.se

Intellij java
Intellij java









intellij java

You can find the decompier is Fernflower. I made another instruction clue step by step.įirst, open your studio and search. If you don't have IntelliJ products installed, either download it now (available on ) or make your own decompiler executable from sources (available on Github). Java -cp fernflower.jar. -hdc=0 -dgs=1 -rsy=1 -lit=1.

intellij java

is the class that contains the main method to run the decompiler. However something like this works: java -cp fernflower.jar. + This JAR is not executable, so we can't run it using java -jar. Copy it somewhere and rename to fernflower.jar (optional).Locate the file in $\plugins\java-decompiler\lib\java-decompiler.jar (example: C:\Program Files\JetBrains\IntelliJ IDEA 2018\plugins\java-decompiler\lib).IntelliJ IDEA comes with Java Bytecode Decompiler plugin (bundled) which is a modern extension of Fernflower. If you have any IntelliJ product installed, chances are that you already have the Fernflower decompiler on your computer. People ask me: How do I get the fernflower.jar? class files (it doesn't explode the jar). Allowed file extensions are class, zip and jar.Įxample: java -jar fernflower.jar -hdc=0 -dgs=1 -rsy=1 -lit=1 c:\Temp\binary\ -e=c:\Java\rt.jar c:\Temp\source\īe aware that if you pass it a ".jar" file for the source, it will create another ".jar" file in the destination, however, within the new ".jar" file, the files will be. : file or directory with files to be decompiled.

intellij java

Or see an excerpt from the instructions below. Follow instructions for IntelliJ JD plugin.











Intellij java