I have been following this tutorial on getting started with Spoon.
I've been having difficulty getting the following command to run (located at the bottom of the page in the link above):
$ java -classpath /path/to/binary/of/your/processor.jar:spoon-core-{{site.spoon_release}}-jar-with-dependencies.jar spoon.Launcher -i /path/to/src/of/your/project -p processors.CatchProcessor
Could someone please break down and explain what is needed in this command, specifically the bit after -classpath
.
Ps. Anyway I try to run the command the error I get is:
Class not found Spoon.Launcher