[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Exception when running soot
On Mon, 6 Aug 2001, Mads Pultz wrote:
> Test.class exist in the current folder and my classpath is:
>
> g:\java\soot-1.2.2\soot\jasminclasses-1.06-s10.jar;g:\java\soot-1.2.2\soot\s
> ootclasses-1.2.2.jar;.
Hi Mads,
Upon inspection, the current Soot code, while running under Windows,
doesn't allow you to put a . in your soot classpath, as it looks at
character 2 of each classpath component.
As a workaround you can put the current directory (instead of .) in your
classpath. I'll write a patch tomorrow. It's pretty simple.
pat