timtadh / jpdg

generate program dependence graphs for java programs.
Other
25 stars 11 forks source link

Error while building #3

Closed navdhaagarwal closed 4 years ago

navdhaagarwal commented 5 years ago

Hi, I was trying to run the program using the steps given in the readme file. I have installed java 7 along with Apache Buildr 1.4.15. But in the step buildr soot:package , I get the following error. Can you please help me resolve it. image Below is the screenshot after using buildr soot:package --trace image

timtadh commented 5 years ago

I really went with the wrong build system when I wrote this. I should have used gradle or maven but at the time it looked like buildr was going to be a thing. Clearly it has a bunch of problems. If I ever get the chance I will redo it.

In the meantime, I did a build that you should hopefully be able to use here: https://github.com/timtadh/jpdg/releases/tag/2017-10-27

Sorry for the problems.