[Soot-list] Getting started with soot

thjacobs at umich.edu thjacobs at umich.edu
Tue Nov 9 12:17:13 EST 2004


Thanks for the help patrick. I thought I'd sent you a complete description of my
problem, but for whatever reason, my sent-mail box just shows that I sent you an
email with no content. Did you get my explanation?

Here's a summary of what I've tried

I have been atempting to get Soot to work through the plugin and through running
the code. I went through the soot eclipse tutorial again, creating Project 3
with a src folder and adding class test.Testing to that folder. I implemented
simple "hello world" code in Testing, which compiled. I tried running the
plugin which runs but does not generate any output files (creates output
folder). Running the source code gives me this exception:

C:\Program
Files\eclipse\eclipse-SDK-3.0.1-win32\eclipse\workspace\Test3\src\test/Testing.java:
    Class "Testing" not found in scope of test
C:\Program
Files\eclipse\eclipse-SDK-3.0.1-win32\eclipse\workspace\Test3\src\test/Testing.java:
    Class "Testing" compilation failed: Could not compile
not found in scope of test

I added code to test.Testing to make sure that the file reference above exists,
which it does.


More information about the Soot-list mailing list