[Soot-list] Re: get java source statements from soot

Gerald Sit Gerald.Sit at student.cityu.edu.hk
Wed Aug 13 23:53:20 EDT 2008


Am I correct on setting the command line options?

"C:\Program Files\Java\jdk1.5.0_15\bin\java" -Xmx512m -Xms512m -Xss128k soot.Main -soot-classpath "C:\soot\" -src-prec java --keep-line-number TestSoot

using this I got the message "compilation failed: No input classes specified!".

Gerald


> Column information is only available when you read in source code. It
> works just as with bytecode:

> 1) make sure that your soot classpath includes your source root
> 2) use "-src-prec java" if necessary
> (http://www.sable.mcgill.ca/soot/tutorial/usage/index.html)

> Eric


More information about the Soot-list mailing list