Hi all, i'm trying to execute Duke 1.1 versione because is more simple then new versions, i just need to execute with the country file and do some test.
The my problem is that the Command in the guide doesn't work for me (java no.priv.garshol.duke.Duke --testdebug --testfile=countries-test.txt countries.xml) because cmd (Windows) say this:
"Impossibile to find or load Main Class".
I also tried to add the classpath but i don't know if the commands are correct or wrong (java -classpath ".;C:\Users\TadFamily\Desktop\duke-1.1\*" no.priv.garshol.duke.Duke --testfile=countries-test.txt --testdebug --showmatches countries.xml).
Someone can tell me the right commands to execute it?
Thanks very much.