Trouble with Hardcoded Paths #551
-
Hi, I'm new to SootUp (and Soot in general). I'm trying to get started by testing out building Call graphs and CFGs. I copied the code from the CallGraph Example and changed the path to a hardcoded location [/path/to/folder] and [folder] includes the files A.java, B.java, C.java, and D.java from the Call Graph Resources directory. I can compile this fine, but when I execute it I get the following error:
Is there a problem with changing the file? I am missing something? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, are you using |
Beta Was this translation helpful? Give feedback.
Hi, are you using
JavaClassPathAnalysisInputLocation
? If so you should compile them into class files.