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

mvn install ERROR at first, maybe lack of some dependency? #2

Open
GeniusPudding opened this issue Apr 8, 2022 · 1 comment
Open

Comments

@GeniusPudding
Copy link

I cloned this project and installed by the instructions.
However, first I got "Compilation failure: package com.google.common.collect does not exist"
image

After I added the dependency of guava (following the solution in https://stackoverflow.com/questions/38007629/no-class-found-com-google-common-collect-lists)
image

I got anothor ERROR:
image

" Compilation failure
[ERROR] /home/pudding/TSOpen/src/main/java/lu/uni/tsopen/graphTraversal/ICFGForwardTraversal.java:[51,33] cannot access heros.InterproceduralCFG"
I can't find that class in this project

And then after I added the dependency and re-installed.
I got "Compilation failure
[ERROR] /home/pudding/TSOpen/src/main/java/lu/uni/tsopen/Analysis.java:[411,30] cannot access org.xmlpull.v1.XmlPullParserException"

I then added the dependency, and finally installed successfully.

@GeniusPudding
Copy link
Author

Still have some error during the execution
I got some Exception caused by "NoClassDefFoundError"
image
image
image
After I added their maven dependency in order, I got NoSuchMethodError:
image

Is this because I wrongly modified the pom.xml? I am thinking that how to solve that.

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