LoginSignup
2

More than 5 years have passed since last update.

Install WALA into Eclipse 4.5 (Mars) with JDK1.8 + JRE1.7 on Windows8

Last updated at Posted at 2016-04-19

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
  1. Install all requirement
  2. Clone WALA https://github.com/wala/WALA.git into your eclipse
  3. 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.
  4. Set up your configuration in com.ibm.wala.core project , you need to copy the file dat/wala.properties.sample to dat/wala.properties
  5. Make JLex.jar. and now you can try sample1 and you'll see a small window :)

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2