-
Notifications
You must be signed in to change notification settings - Fork 176
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
java.lang.RuntimeException: None of the basic classes could be loaded! Check your Soot class path! #22
Comments
I looked in to it but they have mentioned how to set class path while installing Soot, but what about this repository Soot Tutorial? here the tests are run automatically right? for example if we want to check the test cases of android files used, they have already encoded the test cases. So how to load class path when its already preset? should we change the gradle file or something? |
take the rt.jar and unzip it
would show results as for the reason it is only looking in Maybe some bug.. or needs further analysis..with the help of the original authors.. pl. see this as a shortcut based on my code breakpoint debugging and limited analysis |
I am getting this error on running ./gradlew check. Where should I set the Soot class path? What would be going wrong here?
The text was updated successfully, but these errors were encountered: