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

Re: Strange bug related to soot.Scene



java.lang.Runtime exec() does essentially the same thing as the
exec() in the C standard library. It causes the operating system to
start the specified process. In particular, it can be used to start
a Java VM, running Soot, for example.

Ondrej

On Wed, Feb 19, 2003 at 11:36:23PM -0000, Eric Bodden wrote:
> Hi again!
> 
> Well I am neither familiar with java.lang.Runtime exec() nor with the
> concept of a class loader. So could you you please briefly describe what
> either one causes and further it would probably be a good idea to notice
> this issue somewhere so that not even other people spend hours of
> unsuccessful debugging.
> 
> But I still don't know, what causes this error since
> setApplicationClass() does not really do much and the correlated chains
> actually should be reset using Scene.v().reset()...
> 
> Eric
>