For Programmers: Free Programming Magazines  


Home > Archive > Java Help > December 2004 > Java applet :where is javahtml directory?









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Java applet :where is javahtml directory?
banjo123

2004-12-22, 12:18 pm

Dear Java Help:

I am a very new java programmer. In trying to complete a Java applet tutorial the instructions say I should compile the following code

import java.applet.Applet;
import java.awt.Graphics;

public class HelloWorldApplet extends Applet {

public void paint(Graphics g) {
g.drawString("Hello world!", 50, 25);
}

}

which I did and it created the expected HelloWorldApplet.class file. The instructions say I should save the HelloWorldApplet.class to the classes directory but I do not find any classes directory after doing a system search. I can not find a javahtml directory either.

Am I missing something in setup to run javaapplets? I checked the setup instructions and I do not see anything missing.

Any feedback is appreciated,
Banjo
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com