luciddream
Programmer
here is my problem:
i write an applet, include it om an html page, but when the page loads it says:
load: class ClientApplet not found
the problem is that i do have clientApplet.class in the same directory as the page and this is how i put the applet on the page:
<applet code="clientApplet.class" name="zgfzd" width="300" height="300"></applet>
for some reason it refuses to find the file.
if anyone has any info on this, i'd greatly appreciate it.
adam
i write an applet, include it om an html page, but when the page loads it says:
load: class ClientApplet not found
the problem is that i do have clientApplet.class in the same directory as the page and this is how i put the applet on the page:
<applet code="clientApplet.class" name="zgfzd" width="300" height="300"></applet>
for some reason it refuses to find the file.
if anyone has any info on this, i'd greatly appreciate it.
adam