[Soot-list] Java cannot find soot/Main

Stephen Torri storri at torri.org
Tue Jan 23 17:02:36 EST 2007


I downloaded the soot, jasmin and polyglot from the soot website and
compiled them with Sun JDK 1.6. When I tried to run the application with
the CLASSPATH environment variable set to:

storri at base$ echo $CLASSPATH
.;/home/storri/src/soot/classes;/home/storri/src/polyglot/lib/polyglot.jar;/home/storri/src/polyglot/lib/java_cup.jar;/home/storri/src/jasmin/classes

I get the following error:

storri at base$ java soot.Main
Exception in thread "main" java.lang.NoClassDefFoundError: soot/Main

What are the common causes for this error?

Stephen



More information about the Soot-list mailing list