[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Soot problem: Cloneable



The most likely cause of this is that java.lang.Cloneable is not in
your CLASSPATH. Another symptom of this would be Soot complaining about
phantom classes.

Ondrej

On Mon, Apr 29, 2002 at 05:11:23PM +0200, Richard Stahl wrote:
> 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
>