i have installed java on my system.got successfully installed.i tried for a simple java program.typed my program in notepad and saved as '.java' file.then i went to command prompt to compile it.when i typed
javac filename.java
to compile,i got the msg as "javac is not recognised as an internal or external command".
help me to rectify the problem please.
javac filename.java
to compile,i got the msg as "javac is not recognised as an internal or external command".
help me to rectify the problem please.