[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
phantom class problem....
Hi,
My project is based on the soot.
The installation is fine, when I type 'java soot.Main', it gives a
long menu. I also found the rt.jar and unjar it by following the
instruction on the tutorial page. I added the absolute path to the
CLASSPATH.
However, when I give the command 'java soot.Main --jimple Hello',
I always get
Warning: Hello is a phantom class!
Transforming Hello...
lec:/home/files> ls
Hello.java
lec:/home/files> java soot.Main --jimple Hello
Warning: Hello is a phantom class!
Transforming Hello...
Please help.... thanx a lot
David