java-deobfuscator / deobfuscator

The real deal
https://javadeobfuscator.com
Apache License 2.0
1.54k stars 288 forks source link

there isn't an rt.jar in my jdk/jre installation and a lot of the transformers dont work as a result, how to fix? #952

Open thecatontheceiling opened 1 year ago

Janmm14 commented 1 year ago

Use https://github.com/Storyyeller/jrt-extractor or install java 8 and use its rt.jar (should work in most cases)

thecatontheceiling commented 1 year ago

Use https://github.com/Storyyeller/jrt-extractor or install java 8 and use its rt.jar (should work in most cases)

I'll try that in a few days