java soot.Main -cp <cp> -soot-classpath /usr/bin/sunSDK1.4/jre/lib/rt.jar:<scp> ...
In general, <cp>
is the classpath with which Soot is run, however
<scp>
is the classpath of the program that Soot should analyze!
You can generally resolve this problem in two different ways. If you are using Soot as a command line tool, add the -w switch to the command line. If you are using Soot via its API, add the following calls:
Scene.v().loadBasicClasses(); Scene.v().loadNecessaryClasses();
This document was generated using the LaTeX2HTML translator Version 2002-2-1 (1.71)
Copyright © 1993, 1994, 1995, 1996,
Nikos Drakos,
Computer Based Learning Unit, University of Leeds.
Copyright © 1997, 1998, 1999,
Ross Moore,
Mathematics Department, Macquarie University, Sydney.
The command line arguments were:
latex2html faq -split 0 -nonavigation -dir ./
The translation was initiated by Eric BODDEN on 2007-02-18