[Soot-list] load class of different packages

Pegah Jandaghi jandaghi72 at gmail.com
Thu Apr 2 01:21:00 EDT 2015


Hello everyone

I have run soot for simple classes and the line below(for loading class)
"SootClass sClass = Scene.v().loadClassAndSupport(className);"
works properly when there is no refrence to other packages of the project.
but when there are objects of classes of different packages I get this
exception:
Exception in thread "main" soot.CompilationDeathException: there were
errors during parsing and/or type checking (JastAdd frontend)
and also it prints some semantic errors that it can't find refrenced
classes and their object types is not visible.

Is there any to solve this problem?

thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20150402/1e79cc72/attachment.html 


More information about the Soot-list mailing list