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

jasmin.main not found



hi..
 i have written a simple program with ine hello statement and some varibales and one method
 when i am trying to soot the class using the below command than it is giving that jasmin.main not found .
    please any body can be help to me to solve this problem
 
  my objective is to get the the jimple with original variable names and line numbers
 tha program command is
 
 
C:\project>java soot.Main First -p jb use-original-names:true
Soot started on Fri Jan 01 00:51:39 GMT+05:30 1999
Transforming First...
Exception in thread "main" java.lang.NoClassDefFoundError: jasmin/Main
        at soot.Printer.write(Printer.java:268)
        at soot.PackManager.writeClass(PackManager.java:563)
        at soot.PackManager.writeOutput(PackManager.java:325)
        at soot.PackManager.writeOutput(PackManager.java:285)
        at soot.Main.run(Main.java:181)
        at soot.Main.main(Main.java:154)


Do you Yahoo!?
vote.yahoo.com - Register online to vote today!