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
My goal is to obfuscate the springBoot application.
I set the main class in the config.
The process went without errors.
After starting I got the following message.
Actual Behaviour
Exception in thread "main" java.lang.IncompatibleClassChangeError: Method org.springframework.boot.loader.jar.JarFileEntries$Offsets.llIllIlIIIlI(I)Z must be InterfaceMethodref constant
Bug Report
Expected Behaviour
My goal is to obfuscate the springBoot application.
I set the main class in the config.
The process went without errors.
After starting I got the following message.
Actual Behaviour
Exception in thread "main" java.lang.IncompatibleClassChangeError: Method org.springframework.boot.loader.jar.JarFileEntries$Offsets.llIllIlIIIlI(I)Z must be InterfaceMethodref constant
How to reproduce the behaviour
Config in attach
Possible fix
obf.txt
The text was updated successfully, but these errors were encountered: