To follow the how to compile and run the Hermit Reasoner, I downloaded the file(Hermit.zip
) and downloaded the source code for Demo.java
and placed it inside my folder. I get this error when i try to follow this instruction on the Hermit website. javac -cp HermiT.jar Demo.java
javac -cp .;Hermit.jar Demo
error: Class names, 'Demo', are only accepted if annotation processing is explicitly requested
1 error
I need help to resolve it.