Posts by Wagner • 21 points
1 post
-
2
votes2
answers24752
viewsA: When executing "java" command in CMD it is not possible to locate or load the main class
You probably did the same stupid thing I did when it came to creating the environment variables. The variable ClassPath need to have a .; before the assigned path. Mine was like this: .;C:\Program…