1
I am unable to run my JAVA algorithms through the Windows 8.1 terminal .
It turns out that there is always a class error not found, I already put the . class files together with . java and still can’t find.
What do I do to fix?
Follow some prints to illustrate my doubt.
All files together in the same folder
Running the javac system.java command on CMD
PS: I already used the command javac system.java person.java student.java and NOTHING.
In the archive
aluno.java
, the class "student" is defined asAluno
oraluno
?– Vinícius Gobbo A. de Oliveira
Probably @Viníciusgobboa.deOliveira is right, the class should be Student.
– David Schrammel
Aki is the code of my class: http://prntscr.com/8mmgg1
– Tiago Sousa