You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I run CreateSDGForJavaSource.java ? When I downloaded the example, the example requires importing the class "DalvikCallGraphTestBase" using "import com.ibm.wala.dalvik.test.callGraph.DalvikCallGraphTestBase;
". Unfortunately, it's missing from both com.ibm.wala.dalvik-1.5.5.jar & com.ibm.wala.dalvik-1.5.6.jar dalvik jar.
What should I do to run the example?
I tried to include the CreateSDGForJavaSource.java from the source code, but It didn't works as it requires adding a lot of external jars.
The text was updated successfully, but these errors were encountered:
How can I run CreateSDGForJavaSource.java ? When I downloaded the example, the example requires importing the class "DalvikCallGraphTestBase" using "import com.ibm.wala.dalvik.test.callGraph.DalvikCallGraphTestBase;
". Unfortunately, it's missing from both com.ibm.wala.dalvik-1.5.5.jar & com.ibm.wala.dalvik-1.5.6.jar dalvik jar.
What should I do to run the example?
I tried to include the CreateSDGForJavaSource.java from the source code, but It didn't works as it requires adding a lot of external jars.
The text was updated successfully, but these errors were encountered: