ItzSomebody / radon

[Abandoned] Scuffed java bytecode obfuscator
GNU General Public License v3.0
362 stars 74 forks source link

java.lang.NoClassDefFoundError: org/objectweb/asm/ClassVisitor #99

Closed nolove1337 closed 2 years ago

nolove1337 commented 2 years ago
java.lang.NoClassDefFoundError: org/objectweb/asm/ClassVisitor
        at me.itzsomebody.radon.Main.main(Main.java:138)
Caused by: java.lang.ClassNotFoundException: org.objectweb.asm.ClassVisitor
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 1 more

I would like to know what needs to be written in the 2 arguments "examplekey"

3jq commented 2 years ago

Could you leave your jar of radon, please?

MrExplode commented 2 years ago

probably using non-shaded jar, hence the dependency classdefnotfound error

ItzSomebody commented 2 years ago

Sorry for the late response. Any update on this?

Would appreciate if you would use the issue template. If you're still having troubles, this looks like you just compiled a non-fatjar. Compile with the shadowJar task.