Phase Option Configuration
Verfasst: 24. Nov 2014 19:11
Hello everyone,
running the whole program for the first exercise, we encountered a problem that main method cannot be found. We have already set the buildpath for corresponding jar-file (like rt.jar), and also tried the solution posted by Prof. Bodden here:
http://www.bodden.de/2012/07/26/soot-cu ... ry-points/
Did we miss something? Or too much consideration?
To make the question clearer, in the last exercise, it was so configured:
Main.main(new String[] {
"-pp",
"-process-dir", "./targetsBin",
"-src-prec", "class",
"-output-format", "none"
}
We have tried to replace some parameters of them according to our circumstances this time, but it did not work.
What is your opinion about our problem? Would you like to provide us some hints?
running the whole program for the first exercise, we encountered a problem that main method cannot be found. We have already set the buildpath for corresponding jar-file (like rt.jar), and also tried the solution posted by Prof. Bodden here:
http://www.bodden.de/2012/07/26/soot-cu ... ry-points/
Did we miss something? Or too much consideration?
To make the question clearer, in the last exercise, it was so configured:
Main.main(new String[] {
"-pp",
"-process-dir", "./targetsBin",
"-src-prec", "class",
"-output-format", "none"
}
We have tried to replace some parameters of them according to our circumstances this time, but it did not work.
What is your opinion about our problem? Would you like to provide us some hints?