[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
problem with execution
Hello,
I just installed soot-1.2.2. When I try to execute the following
command:
java soot.Main --jimple Hello
(the Hello.class file is in the directory from where I execute this
command)
I get the following error:
Soot started on Tue Nov 27 19:23:53 CET
2001
Warning: java.lang.Object is a phantom class!
Warning:
java.lang.System is a phantom class!
Warning: java.io.PrintStream is a
phantom class!
Warning: java.lang.String is a phantom class!
Transforming
Hello...
Aborting: can't find classfilejava.lang.Cloneable
The resulting Hello.jimple file is
empty...
Anyone who can help me? I use jdk 1.2.2. on windows
XP.
Thank in advance!
Michael Vernaillen