W
WPCentral Question
ive been using java since quite some time, when i was on windows 8.1 i used it on cmd line to compile and execute programs
javac filename.java to compile
java classname to execute
after upgrading to windows 10 the compilation takes place perfectly but the execution doesnt happen
the message on the cmd line appears saying
"Could not find or load main class ....------------------"
javac filename.java to compile
java classname to execute
after upgrading to windows 10 the compilation takes place perfectly but the execution doesnt happen
the message on the cmd line appears saying
"Could not find or load main class ....------------------"