WALA
I just note tips following the URL.
http://wala.sourceforge.net/wiki/index.php/UserGuide:Getting_Started
Install list
- Eclipse 4.5
- JDK 1.8
- JRE 1.7
- Install all requirement
- Clone WALA
https://github.com/wala/WALA.git
into your eclipse - Don't forget those setting. To run codes, you set 1.7. To compile codes, set 1.8. It was the biggest point for me.
- Set up your configuration in
com.ibm.wala.core project
, you need to copy the filedat/wala.properties.sample
todat/wala.properties
- Make JLex.jar. and now you can try sample1 and you'll see a small window :)