Windows 10 64bit
I made a plug-in for Minecraft, output it as .jar, and erased the original file, so a memo on how to take it out. Look for decompiled articles on Qiita https://qiita.com/yk0614/items/16a32e0f9542b6acd7e3 I tried it with reference to this, but a phenomenon that temporarily became heavy occurred (cause unknown) I searched for another way to decompile http://jd.benow.ca/ There was a Java Decompiler.
Java Decompiler Download this. (For future people, I think that 1.4.0 has changed due to the version upgrade, but don't worry.)
Unzip the .jar with Lhaplus etc. (It does not have to be Lhaplus) When I open the output with Java Decompiler I was able to decompile.
Decompilation is completed without becoming heavy.
Recommended Posts