i get as far as the point where you type javac and the name of the java file but the command windows prints the following message:
'javac' is not recognised as an internal or external command, operable program or batch file.
Any ideas?
iphonerose 4 months ago
@iphonerose
First you need to put in the path for the java compiler(javac). The path the location of the compiler. In my PC, I would have to type in the following before javac:
path C:\Program Files\Java\jdk1.7.0\bin
This is where my compiler is located....
MrVisualProgrammer 4 months ago
@MrVisualProgrammer so for the above video, in your case, you would input:
path C:\Program Files\Java\jdk1.7.0\bin javac apllet_youtube.java
i get as far as the point where you type javac and the name of the java file but the command windows prints the following message:
'javac' is not recognised as an internal or external command, operable program or batch file.
Any ideas?
iphonerose 4 months ago
@iphonerose
First you need to put in the path for the java compiler(javac). The path the location of the compiler. In my PC, I would have to type in the following before javac:
path C:\Program Files\Java\jdk1.7.0\bin
This is where my compiler is located....
MrVisualProgrammer 4 months ago
@MrVisualProgrammer so for the above video, in your case, you would input:
path C:\Program Files\Java\jdk1.7.0\bin javac apllet_youtube.java
iphonerose 4 months ago