You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: