GraxCode / threadtear

Multifunctional java deobfuscation tool suite
GNU General Public License v3.0
885 stars 123 forks source link

specifying extra jars into classpath #53

Open trippy22 opened 3 years ago

trippy22 commented 3 years ago

I've tried using -cp but haven't had much luck - when deobfuscating jars that require multiple jars (otherwise you'll get ClassNotFoundError when running threadtear), how can you specify those extra jars to be part of the classpath?

I've had to combine all files into one jar file so far as a workaround.