I am new in java but I need to run CoMIRVA (http://www.cp.jku.at/people/schedl/Research/Development/CoMIRVA/webpage/CoMIRVA.html)
I've download comirva-0.2.N3.jar and put the required libraries in the same folder. When I run the command "java -jar comirva-0.2.N3.jar" it gave me: "Exception in thread "main" java.lang.NoClassDefFoundError: cp/util/ThreadListener"
They say in the site that we "need the required libraries in your classpath to run the jar file".
How do we put the required libraries in the classpath to run the jar file? I allready tried to "SET CLASSPATH="C:......jar" but didn't work.