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.
I've tried using
-cp
but haven't had much luck - when deobfuscating jars that require multiple jars (otherwise you'll getClassNotFoundError
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.