Not able to compile the below program
class SampleProgramme {
public static void main (String[] args) {
System.out.println("This is my first Java programme !!");
}
}
i get the error "javac is not recognized as an internal or external command,operable program or batch file"
i have checked for the proper installation of java by typing 'java' in command prompt.
anyone could please help me out with that?