Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class not found for booster. #7

Open
mandy13 opened this issue Feb 22, 2017 · 0 comments
Open

Class not found for booster. #7

mandy13 opened this issue Feb 22, 2017 · 0 comments

Comments

@mandy13
Copy link

mandy13 commented Feb 22, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant