[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Scene
On Sun, 12 Sep 1999, Liang Guo wrote:
> The code is pretty simple, and liseted below. the runtime error is
> java.lang.NoClassDefFoundError: java/util/ArrayList
> at soot.AbstractHost.<init>(Compiled Code)
> at soot.Scene.<init>(Compiled Code)
> at
> at printClass.main(Compiled Code)
>
> Do I need to set CLASSPATH for java.io.* and other stuffs of java? BTW,
> I am using java 1.1.6, do you think there is any problem I use
> 1.1.6 instead of 1.2?
Yes. The problem is that we're using Java 1.2 now. I suggest that you
upgrade your Java to 1.2. Alternately, if you want lots of pain, I can
tell you how to make Soot work under Java 1.1.6. I don't suggest this.
pat
- References:
- Scene
- From: Liang Guo <lguo@mail.eecis.udel.edu>