[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Soot problem: Cloneable
Hello,
I have found a problem in Soot:
I have tried Soot on example application which uses array:
$ java soot.Main --app -W Test
and I received
...
Aborting: can't find classfile java.lang.Cloneable
The problem is that any arrays and some classes in Java automatically
implement Cloneable interface while it seems that the interface is not
loaded into the list of classes for resolution i.e. object nameToClass
of Map class in Scene.java.
How can I fix this or do I do something wrong?
Thank you very much in advance.
Best regards,
Richard