I crawled through the forums and tried a few things, I am just trying to run a java file I downloaded from github that I did not make. I compiled it fine, but am now stuck. Here's what I've done so far (In the downloads directory for both):
java.Randomizer
,
and
java -cp C:\Users\enajo\Downloads\Randomizer
Both resulted in Error: Could not find or load main class
The file is located in downloads and is named Randomizer.class
with the classname being ca.pogo4545.randomizer
. What am i doing wrong?