[Soot-list] 答复: Different Jimple output from command line and Eclipse

Eric Bodden bodden at st.informatik.tu-darmstadt.de
Tue Sep 28 02:53:43 EDT 2010


> Inspired by your email, we have found the reason for different results from
> Eclipse and command line. In Eclipse, I put test file (HelloWorld.java) in
> the same project with soot, before running soot, Eclipse compiles all the
> java files into class files including the test file. So soot can find the
> class file and convert it into Jimple file. While with command line, I put
> the test file in the same path with soot, so only java file can be found,
> and there is no class file. So soot generates Jimple from java file. It
> causes the differences.

Yep, that makes sense.

Eric


More information about the Soot-list mailing list