WALA
WALA copied to clipboard
Error with making call graph

Hi, I want to make a call graph using SourceDirCallGraph example from the start project, and I run this command: ./gradlew -PmainClass=com.ibm.wala.examples.drivers.SourceDirCallGraph run --args="-sourceDir /Users/chowow/Desktop/bureaublad/School/2021-2022/2de sem/Bachelorproef/callGraph/test -mainClass example.java"
But then I got the error like in the picture. Can someone tell me why?
Looks like the code didn't compile. Can you paste more of the log so we can see the compile errors?
I got these error message
ohh I don't think it is in the right order. sorryy...
Hi, I only have this error message now and my files does compile with" ./gradlew compileJava

@msridhar can you help me out? I still don't find it...
@JohnCheeKinChow I think the issue here is the space character in your path /Users/chowow/Desktop/bureaublad/School/2021-2022/2de sem/.... Can you try running using a path without space characters, or by enclosing the path in quotes?
Also, if you could paste your error messages and console output as text rather than images that would be better.
Going to close this out assuming it was resolved