[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Scene.v().getPack() unresolved
madhu sudhan wrote:
hi .
i am registering the tranformation class in to the
GPRT pack but here the error it is giving is
getpack("wjtp") is not recognised in the scene
please any body has got this problem than give me a
solution why this i am getting
That's because Scene.v().getPack() does not exist in the new version.
Try PackManager.getPack().
Also, SootClass.isContextClass() doesn't appear to exist either, I don't
know where you're getting that.
If you look at the API, it will help you. You can also run grep on the
source code when you need for more information, and then actually open
the files. It's quite instructive.
http://www.sable.mcgill.ca/soot/doc/index.html
Chris