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

RE: Method not found although apparently exists



On Fri, 7 Mar 2003, Eric Bodden wrote:

> > it is obtained from the $CLASSPATH environment variable, perhaps it
> > should only do so if there is no rt.jar in $CLASSPATH, or perhaps it
> > should be removed entirely. It is always possible to override it by
> > specifying --soot-classpath explicitly. I welcome comments on this.
> Yes, I think you should check if the rt.jar is already in there.

Actually, I've recently discovered that not all JVMs use rt.jar.  For
instance, the IBM JVM does not have rt.jar.  There are a bunch of jars it
uses instead, like core.jar.

pat