I'm not able to run my algorithms in Java through the Windows 8.1 terminal.
It happens that always gives a class error not found, I already put the .class files together with .java and still can not find.
What do I do to resolve?
Here are some pictures to illustrate my doubt.
All files together in the same folder →
Runningthejavacsistema.javacommandintheCMD→
PS: I have already used the command javac sistema.java pessoa.java aluno.java and NOTHING.