Testing Your Soot Installation
To test your soot installation as command line tools do following:
Open command Prompt and type following if you already set Soot's jar class-path :
Java soot.Main -version
If you haven't set classpath yet go to Soot jar located directory from command and type following
Java -cp soot-2.5.0.jar soot.Main -version
it will show following:
For help type --help instead of -version and it will show all the soot related commands for your help.
No comments:
Post a Comment