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

problem: --src-prec jimple



Hello,

I have the following problem:

First I create an jimple file from the class file ...

java soot.Main -J example

For now I do not do any changes to the jimple file yet in the future I will do :o)

Then I try to use this example.jimple as input for the soot:

java soot.Main --src-prec jimple example

but I get:

Soot started on Fri Nov 08 16:09:54 CET 2002
java.lang.RuntimeException: Parser exception occurred: soot.jimple.parser.parser.ParserException: [27,52] expecting: ')'
at soot.jimple.parser.JimpleAST.<init>(JimpleAST.java:65)
at soot.SootResolver.resolveClassAndSupportClasses(SootResolver.java:111)
at soot.Scene.loadClassAndSupport(Scene.java:350)
at soot.Main.loadNecessaryClasses(Main.java:1811)
at soot.Main.run(Main.java:1597)
at java.lang.Thread.run(Thread.java:479)

Is it problem of my configuration of the soot or something else.

Could you please give me some advice how to solve this problem.

Thank you very much.

Best regards,

Richard