0

I am trying out Soot for the first time. I followed the explanation on their website for installing the Eclipse plug-in. It seemed to download just fine. I then tried to create a Java project with a simple Java program so that I could try converting it to Jimple. However, when I try this operation or any of the other Soot operations, I keep getting an error dialog box that says, "The chosen operation is not currently available." Picture below:

enter image description here

I am not sure what it causing this to not work. The Java build path (pictured below) seems to contain everything that should be needed:

enter image description here

Has anyone worked with Soot before and encountered this issue? Any suggestions for how to mitigate this situation?


Edit: also, when I try to create a Soot example project (a simple bodyTransformer), I get a "Problem Opening Wizard" error:

enter image description here

rolve
  • 10,083
  • 4
  • 55
  • 75
jbranchaud
  • 5,909
  • 9
  • 45
  • 70

1 Answers1

1

I believe that this error has been fixed last week. There was a deployment issue with the 2.5.0 build. When you now install revision 2.5.1 of the plugin, it should work.

Eric
  • 1,343
  • 1
  • 11
  • 19