I am trying to follow the guide from Emma docs: http://emma.sourceforge.net/userguide_single/userguide.html, but the command java emmarun -cp out Main
gives me an error as below:
emmarun: [MAIN_METHOD_NOT_FOUND] application class [Main] does not have a runnable public main() method
I have tried the solutions from the possible duplicate links, but it didn't help.
I am using Java 8 (jdk/jre 1.8.0_144).
Kindly tell me what am I missing.