-
Notifications
You must be signed in to change notification settings - Fork 74
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
Exception in thread "main" java.long.RuntimeException": #9
Comments
Your android-10.jar file looks a bit too small with only 44 KB. It should be roughly 8 MB of size. Did you really use this link? https://github.com/Sable/android-platforms/blob/master/android-10/android.jar?raw=true |
Are you using our original input file with the annotations or did you modify it? Apparently, the machine learner is complaining about inconsistent classifications in that file. |
Yes, I used the original input file without modification. I just copyed soot-trunk.jar;soot-infoflow.jar;soot-infoflow-android.jar;SuSi.jar and Android.jar to the same directory. |
I also meet the problem ,have you solve the exception ? |
Sorry, I didn't. |
windows platform cause the problem? who knows? |
Hi, where I can get SuSi.jar file? |
He has provided link for nightly build but its not working. I imported project and built using IDE. |
Hi,
![1](https://cloud.githubusercontent.com/assets/9798380/14984940/d7087be8-1177-11e6-82a1-fabb74d94e65.png)
I have tried to use SuSi to generate Android sources and sinks, so that I can use them as input in FlowDroid to generate CFG. But now I encountered this problem when I tried to run SuSi by input this in command line(windows):
java -cp lib/weka.jar;soot-trunk.jar;soot-infoflow.jar;soot-infoflow-android.jar;SuSi.jar de.ecspride.sourcesinkfinder.SourceSinkFinder android-10.jar permissionMethodWithLabel.pscout out.pscout
Then, I got this error.
I get 'andorid-10.jar' from Sable/android-platforms(I have also tried some other android-xx.jars, e.g. 9, 11, 13, 15, 17, still got the same error), and get other required jars from the place where StevenArzt mentioned in issue #3 .
![image](https://cloud.githubusercontent.com/assets/9798380/14984735/d21f120a-1176-11e6-9933-c336530f04e1.png)
So, may somebody offer me some help?
The text was updated successfully, but these errors were encountered: