Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 444 Bytes

notes.md

File metadata and controls

10 lines (8 loc) · 444 Bytes

Decompiling

When decompiling, make sure you have Java 8 or Java 7 (Preferably 8) in your PATH (or equivalent). If not, MCP will start trying to use whatever Java it manages to find, which is REALLY bad.

Recompiling

See above.

Reobfuscation

If you recompiled with Java 9 or above, when reobfuscating, SpecialSource with error out with "unsupported major class version". This means MCP went ahead and used whatever Java install it could.