http://www.tutorialeverything.com. Visit Web Page for further information about Applets and download the source code. In this video We are going to see how we can create an applet and draw a rectangular and an oval. Double buffering an threads tutorials will follow this one.
@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
@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
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