0

I want to build soot with intellj so I follow the instruction of "Building Soot with IntelliJ IDEA" in github. after I done step 5 I should resolve jasmine and heros dependency problem but I have this condition in dialogue box enter image description here

and I see in problem tab these errors: "Module soot : invalid item 'jasmin' in the dependencies list" and "Module soot : invalid item 'heros' in the dependencies list" How I can fix it?

Community
  • 1
  • 1
jody abbot
  • 303
  • 2
  • 15

1 Answers1

1

I don't use IntelliJ but does it help to add this project? https://github.com/Sable/jasmin/

And Heros would be available here: https://github.com/Sable/heros

Eric
  • 1,343
  • 1
  • 11
  • 19