SyntaxFix
Write A Post
Hire A Developer
Questions
The CLASSPATH variable needs to include the directory where your Java programs .class file is. You can include '.' in CLASSPATH to indicate that the current directory should be included.
CLASSPATH
set CLASSPATH=%CLASSPATH%;.