javac
working on server computer but not on client computers for programming purpose why? Like when I make a program in Notepad and run on server computer in Dos mode its work perfectly, but when I use this on client computer its says:
javac is not internal or external command
This setup is being used in a school to learn Java programming. I use this path to run a file:
E:\java>javac Filename.java
this command is work on server computer while rest of other computers does not execute this command.