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
Hi,
While running booster on my machine I get the following error.
Exception in thread "main" java.lang.NoClassDefFoundError: soot/rtlib/IUnexpectedReflectiveCallHandler
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at de.bodden.tamiflex.booster.ReflInliner.main(ReflInliner.java:39)
Caused by: java.lang.ClassNotFoundException: soot.rtlib.IUnexpectedReflectiveCallHandler
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
Any Idea why is this happening. I have kept the soot jar file in the same folder and given the jar file as path as well. But still the error remains the same.
Thanks in advance,
Mandar
The text was updated successfully, but these errors were encountered:
Hi,
While running booster on my machine I get the following error.
Any Idea why is this happening. I have kept the soot jar file in the same folder and given the jar file as path as well. But still the error remains the same.
Thanks in advance,
Mandar
The text was updated successfully, but these errors were encountered: