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
Im trying to use the obfuscator and compile a spigot plugin.
+----[ Configuration ]----+
| Input: bBags.jar |
| Output: null |
| Config: superconfig |
+-------------------------+
Loading classpath...
Reading input...
Building Hierarchy...
Finishing...
>>> Processing completed. If you found a bug / if the output is invalid please open an issue at https://github.com/superblaubeere27/obfuscator/issues
ERROR: java/lang/Object is missing in the classPath.
me.superblaubeere27.jobf.utils.MissingClassException: java/lang/Object is missing in the classPath.
at me.superblaubeere27.jobf.JObfImpl.buildHierarchy(JObfImpl.java:103)
at me.superblaubeere27.jobf.processors.name.NameObfuscation.transformPost(NameObfuscation.java:62)
at me.superblaubeere27.jobf.JObfImpl.processJar(JObfImpl.java:314)
at me.superblaubeere27.jobf.JObf.main(JObf.java:231)
Actual Behaviour
Im getting an error for no reason
How to reproduce the behaviour
Have a macbook m1 (apple silicon) that cannot find java libs
Config
Here it is my config in case that i'm doing something wrong.
Bug Report
Expected Behaviour
Im trying to use the obfuscator and compile a spigot plugin.
Actual Behaviour
Im getting an error for no reason
How to reproduce the behaviour
Have a macbook m1 (apple silicon) that cannot find java libs
Config
Here it is my config in case that i'm doing something wrong.
The text was updated successfully, but these errors were encountered: